Macro re_types::macros::impl_into_cow
source · macro_rules! impl_into_cow { ($typ:ident) => { ... }; }
Expand description
Implements From<Self> and From<'a Self> for Cow<Self>.
macro_rules! impl_into_cow { ($typ:ident) => { ... }; }
Implements From<Self> and From<'a Self> for Cow<Self>.