Module toad_msg::opt

source ·
Expand description

Message Options

Re-exports

pub use parse_error::*;

Modules

Option parsing error

Structs

Options
The “Option Delta” is the difference between this Option’s Number and the previous Option’s number.
Implementor of IterOpts
Option Numbers
A low-cost copyable Opt that stores a reference to the value
Implementor of IterOptRefs
Option Value Formats

Enums

Critical/Elective
Proxy Unsafe or Safe-to-Forward and NoCacheKey
Proxy Unsafe or Safe-to-Forward and NoCacheKey

Traits

Given an iterator of option number + option value, produce an iterator of raw OptRef structs.
Given an iterator of option number + option value, produce an iterator of raw Opt structs.
Generalization of HashMap<OptNumber, OptValue<Vec<u8>>>