re_types

Macro impl_into_cow

Source
macro_rules! impl_into_cow {
    ($typ:ident) => { ... };
}
Expand description

Implements From<Self> and From<'a Self> for Cow<Self>.