[][src]Macro cylon_ast::boxed_conversion_impl

macro_rules! boxed_conversion_impl {
    ( $(From<Box<$t:ty>> for Box<$g:ty>);+ ) => { ... };
}