Struct sctp_proto::ClientConfig [−][src]
pub struct ClientConfig {
pub transport: Arc<TransportConfig>,
}
Expand description
Configuration for outgoing associations
Default values should be suitable for most internet applications.
Fields
transport: Arc<TransportConfig>
Transport configuration to use
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClientConfig
impl Send for ClientConfig
impl Sync for ClientConfig
impl Unpin for ClientConfig
impl UnwindSafe for ClientConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more