macro_rules! impl_from {
($a:ident < $c:lifetime > , $b:ident:: $enum_type:ident) => { ... };
($a:ident, $b:ident:: $enum_type:ident) => { ... };
}Expand description
Implement the From trait for any type.
macro_rules! impl_from {
($a:ident < $c:lifetime > , $b:ident:: $enum_type:ident) => { ... };
($a:ident, $b:ident:: $enum_type:ident) => { ... };
}Implement the From trait for any type.