Skip to main content

ContinuationByte

Type Alias ContinuationByte 

Source
pub type ContinuationByte = Mapped<Refined<U8, PredFnSpec<u8>>, LowBitsMask>;

Aliased Type§

pub struct ContinuationByte {
    pub inner: Refined<U8, FnSpec<(u8,), bool>>,
    pub mapper: LowBitsMask,
}

Fields§

§inner: Refined<U8, FnSpec<(u8,), bool>>

The inner combinator whose values are being transformed.

§mapper: LowBitsMask

The mapping between the inner and outer value types.