Struct webrtc_sctp::stack::sync::AssociationHandle[][src]

pub struct AssociationHandle { /* fields omitted */ }

Methods

impl AssociationHandle
[src]

Eat data until the end of the stream is reached. This is primarily intended for testing.

Trait Implementations

impl Debug for AssociationHandle
[src]

Formats the value using the given formatter. Read more

impl Drop for AssociationHandle
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations