Macro rgb_impl_from

Source
macro_rules! rgb_impl_from {
    ($typename:ident, $from:ty, $to:ty) => { ... };
}