pub type TerminalByteNat = Mapped<TerminalByte, TermByteFromToNat>;Aliased Type§
pub struct TerminalByteNat {
pub inner: Refined<U8, FnSpec<(u8,), bool>>,
pub mapper: TermByteFromToNat,
}Fields§
§inner: Refined<U8, FnSpec<(u8,), bool>>The inner combinator whose values are being transformed.
mapper: TermByteFromToNatThe mapping between the inner and outer value types.