Skip to main content

CMsgBuilder

Type Alias CMsgBuilder 

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

use compio_io::ancillary::AncillaryBuilder instead

Available on crate feature net only.
Expand description

Helper to construct control message.

Aliased Typeยง

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