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 */ }