Trait rgb::ByteSlice [] [src]

pub trait ByteSlice {
    fn as_bytes(&self) -> &[u8];
    fn as_bytes_mut(&mut self) -> &mut [u8];
}

Required Methods

Implementors