macro_rules! impl_from {
($small:ty => $large:ty, #[$attr:meta]) => { ... };
}Expand description
Implement From<$small> for $large
macro_rules! impl_from {
($small:ty => $large:ty, #[$attr:meta]) => { ... };
}Implement From<$small> for $large