Skip to main content

CowLike

Trait CowLike 

Source
pub trait CowLike<'a> {
    // Required method
    fn into_cow(self) -> Cow<'a, ComponentVar>;
}

Required Methods§

Source

fn into_cow(self) -> Cow<'a, ComponentVar>

Implementations on Foreign Types§

Source§

impl<'a> CowLike<'a> for &'a ComponentVar

Source§

fn into_cow(self) -> Cow<'a, ComponentVar>

Source§

impl<'a> CowLike<'a> for ComponentVar

Source§

fn into_cow(self) -> Cow<'a, ComponentVar>

Implementors§