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: LowBitsMaskThe mapping between the inner and outer value types.