stratus

Macro gen_newtype_from

Source
macro_rules! gen_newtype_from {
    (self = $type:ty, other = $($source:ty),+) => { ... };
}
Expand description

Generates From implementation for a newtype that delegates to the inner type From.