pub trait ByteTrait {
    fn declassify(self) -> u8;
}

Required Methods

Implementations on Foreign Types

Implementors