[−][src]Macro ra_ap_stdx::impl_from
Generates From impls for Enum E { Foo(Foo), Bar(Bar) } enums
Example
impl_from!(Struct, Union, Enum for Adt);
Generates From impls for Enum E { Foo(Foo), Bar(Bar) } enums
impl_from!(Struct, Union, Enum for Adt);