Type Alias packet_formats::icmp::ndp::Options

source ·
pub type Options<B> = Options<B, NdpOptionsImpl>;
Expand description

A records parser for NDP options.

See Options for more details.

Aliased Type§

struct Options<B> { /* private fields */ }