Trait twitch_types::IntoCow

source ·
pub trait IntoCow<'a, Ref>where
    Ref: ToOwned + ?Sized,
{ fn to_cow(self) -> Cow<'a, Ref>
    where
        &'a Self: 'a
; }
Expand description

Convert a type into a Cow

Required Methods§

Make the cow with proper ownership, muu

Implementations on Foreign Types§

Implementors§