pub type CMsgRef<'a> = AncillaryRef<'a>;๐Deprecated since 0.12.0:
use compio_io::ancillary::AncillaryRef instead
Available on crate feature
net only.Expand description
Reference to a control message.
Aliased Typeยง
pub struct CMsgRef<'a>(/* private fields */);