stratus

Macro gen_newtype_try_from

Source
macro_rules! gen_newtype_try_from {
    (self = $type:ty, other = $($source:ty),+) => { ... };
}
Expand description

Generates TryFrom implementation for a newtype that delegates to the inner type TryFrom.