Trait p25::data::header::ByteField [] [src]

pub trait ByteField {
    fn byte(&self) -> u8;
}

Field is only a single byte.

Required Methods

Implementors