macro_rules! impl_from_for_newtype {
    ($t:ty, $tv:ty) => { ... };
}
Expand description

Macro that implements From trait for a newtype struct and its versioned wrapper