macro_rules! impl_from_for_interconvertible_structs {
($t1:ident, $t2:ident, $($v:ident),+) => { ... };
}Expand description
Implements From between two structs whose each field implements From each other.
macro_rules! impl_from_for_interconvertible_structs {
($t1:ident, $t2:ident, $($v:ident),+) => { ... };
}Implements From between two structs whose each field implements From each other.