[][src]Trait dync::GetBytes

pub trait GetBytes: GetBytesMut {
    fn get_bytes(self) -> Box<[u8]>;
}

Required methods

fn get_bytes(self) -> Box<[u8]>

Loading content...

Implementations on Foreign Types

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

impl GetBytes for usize[src]

Loading content...

Implementors

Loading content...