[][src]Trait dync::GetBytesRef

pub trait GetBytesRef {
    fn get_bytes_ref(&self) -> &[u8];
}

Required methods

fn get_bytes_ref(&self) -> &[u8]

Loading content...

Implementations on Foreign Types

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

impl GetBytesRef for usize[src]

impl GetBytesRef for [u8][src]

Loading content...

Implementors

Loading content...