Macro impl_tryfrom

Source
macro_rules! impl_tryfrom {
    (
        $t1:ident, $t2:ident
        {
            $($code:tt)*
        }
    ) => { ... };
}
Expand description

Macros for implementing TryFrom for conversions.