Skip to main content

CMsgIter

Type Alias CMsgIter 

pub type CMsgIter<'a> = AncillaryIter<'a>;
๐Ÿ‘ŽDeprecated since 0.12.0:

use compio_io::ancillary::AncillaryIter instead

Available on crate feature net only.
Expand description

An iterator for control messages.

Aliased Typeยง

pub struct CMsgIter<'a> { /* private fields */ }