Skip to main content

AssociationInformation

The AssociationInformation interface is a set of informational callbacks useful to assess the health of the connection.

#[derive(Copy, Clone)]
pub struct ExampleAssociationInformation;

impl AssociationInformation for ExampleAssociationInformation {}
note

Rust's 'AssociationInformation' trait has a default void implementation of all callbacks.