Skip to main content

impl_from

Macro impl_from 

Source
macro_rules! impl_from {
    ($a:ident, $b:ident) => { ... };
}
Expand description

impl_from generates generic inter-Kind implementations of From.