impl_into_type_str

Macro impl_into_type_str 

Source
macro_rules! impl_into_type_str {
    ($name:path) => { ... };
    ($name:path, |_| $body:expr) => { ... };
    ($name:path, |$from_var:ident| $body:expr) => { ... };
}