Type Alias packet::records::options::OptionsRaw

source ·
pub type OptionsRaw<B, O> = RecordsRaw<B, O>;
Expand description

A not-yet-parsed sequence of options.

OptionsRaw represents a not-yet-parsed and not-yet-validated sequence of options, for example from an IPv4 or TCP header or an NDP packet. OptionsRaw uses RecordsRaw under the hood.

Aliased Type§

struct OptionsRaw<B, O> { /* private fields */ }