macro_rules! impl_helper {
    ($ident:ident) => { ... };
}
Expand description

Implements From<T> for $ident<T>