[][src]Macro ra_ap_stdx::impl_from

macro_rules! impl_from {
    ($($variant:ident $(($($sub_variant:ident),*))?),* for $enum:ident) => { ... };
}