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