Trait s2n_quic_core::transmission::interest::Provider

source ·
pub trait Provider {
    // Required method
    fn transmission_interest<Q: Query>(&self, query: &mut Q) -> Result;

    // Provided methods
    fn get_transmission_interest(&self) -> Interest { ... }
    fn has_transmission_interest(&self) -> bool { ... }
    fn can_transmit(&self, constraint: Constraint) -> bool { ... }
}

Required Methods§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§