Skip to main content

TerminalByte

Type Alias TerminalByte 

Source
pub type TerminalByte = Refined<U8, PredFnSpec<u8>>;

Aliased Type§

pub struct TerminalByte(pub U8, pub FnSpec<(u8,), bool>);

Tuple Fields§

§0: U8§1: FnSpec<(u8,), bool>