Trait cdrs::AsByte [] [src]

pub trait AsByte {
    fn as_byte(&self) -> u8;
}

AsBytes should be used to convert a value into a single byte.

Required Methods

It should represent a struct as a single byte.

Implementors