[][src]Macro uom::impl_from

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

impl_from generates generic inter-Kind implementations of From.