Trait alexflipnote::CowValue[][src]

pub trait CowValue {
    fn as_cow(&self) -> Cow<'_, [u8]>;
}

Required methods

fn as_cow(&self) -> Cow<'_, [u8]>[src]

Loading content...

Implementations on Foreign Types

impl CowValue for Bytes[src]

Loading content...

Implementors

Loading content...