Macro conversions

macro_rules! conversions {
    ($(($name:ident = $ty:ty))*) => { ... };
}