Module opt

Module opt 

Source
Expand description

Message Options

Re-exports§

pub use parse_error::*;
pub use known::*;

Modules§

known
Well-known options
parse_error
Option parsing error

Structs§

Opt
Options
OptDelta
The “Option Delta” is the difference between this Option’s Number and the previous Option’s number.
OptIter
An iterator over owned Opts
OptNumber
Option Numbers
OptRef
A low-cost copyable Opt that stores a reference to the value
OptRefIter
An iterator over OptRefs
OptValue
Option Value Formats

Enums§

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

Traits§

OptionMap
Generalization of HashMap<OptNumber, OptValue<Vec<u8>>>