pub enum AncillaryData<'a> {
ScmRights(ScmRights<'a>),
ScmCredentials(ScmCredentials<'a>),
}This is supported on Unix only.
Expand description
This enum represent one control message of variable type.
pub enum AncillaryData<'a> {
ScmRights(ScmRights<'a>),
ScmCredentials(ScmCredentials<'a>),
}This enum represent one control message of variable type.
ScmRights(ScmRights<'a>)ScmCredentials(ScmCredentials<'a>)