Trait s2n_quic::provider::connection_id::Format

source ·
pub trait Format: 'static + Validator + Generator + Send { }
Expand description

Format for connection IDs

Implementors§

source§

impl<T> Format for T
where T: 'static + Validator + Generator + Send,

Implement Format for all types that implement the required subtraits