[][src]Macro cylon_ast::boxed_try_from_impl

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