Macro re_types_core::impl_into_cow

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

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