Macro newtype_impl

Source
macro_rules! newtype_impl {
    ($new_ty:ident $(< $($gen:ident$(: $gen_ty:path)?),* >)? ($ty:path)) => { ... };
}
Expand description

Implements From, Deref and DerefMut for a newtype