[][src]Macro imagecli::map_to_boxed_trait

macro_rules! map_to_boxed_trait {
    ($parser:expr, $trait:ident) => { ... };
}

Converts a parser that returns a T: SomeTrait to one that returns a Box.