Macro versioned::impl_from_for_newtype
source · [−]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
macro_rules! impl_from_for_newtype {
($t:ty, $tv:ty) => { ... };
}
Macro that implements From trait for a newtype struct and its versioned wrapper