Expand description
Type aliases and trait implementations allowing plain spec_fns to serve as combinators.
Type Aliases§
- Byte
LenFn Spec - A spec-level function that computes the serialized byte length of a value.
- Parser
FnSpec - A spec-level parser function.
- SerializerDPS
FnSpec - A spec-level serializer function in the “DPS” style.
- Serializer
FnSpec - A spec-level serializer function.