[][src]Trait esl01_minibytes::BytesOwner

pub trait BytesOwner: AsRef<[u8]> + Send + Sync + 'static { }

The actual storage owning the bytes.

Implementations on Foreign Types

impl BytesOwner for Vec<u8>[src]

impl BytesOwner for Box<[u8]>[src]

impl BytesOwner for String[src]

impl BytesOwner for Mmap[src]

Loading content...

Implementors

Loading content...