macro_rules! convert {
    ( $iter:ident . $method:ident ( $( $arg:expr ),* ) ) => { ... };
}