pub type AssociationId = i32;
Expand description
SCTP Association ID Type
Trait Implementations§
Source§impl From<SubscribeEventAssocId> for AssociationId
impl From<SubscribeEventAssocId> for AssociationId
Source§fn from(value: SubscribeEventAssocId) -> Self
fn from(value: SubscribeEventAssocId) -> Self
Converts to this type from the input type.