pub type U24BeFmt = Mapped<Fixed<3>, U24BeMapper>;Aliased Type§
pub struct U24BeFmt {
pub inner: Fixed<3>,
pub mapper: U24BeMapper,
}Fields§
§inner: Fixed<3>The inner combinator whose values are being transformed.
mapper: U24BeMapperThe mapping between the inner and outer value types.