as_box_custom

Macro as_box_custom 

Source
macro_rules! as_box_custom {
    ($(fn $fname:ident(&self) -> Option<Box<$ftype:ident>>)*) => { ... };
}