pub trait ConfigLoader: 'static + Send {
    fn load(&mut self, cx: ConnectionContext<'_>) -> Config;
}
Expand description

Loads a config for a given connection

This trait can be implemented to override the default config loading for a QUIC endpoint

Required Methods§

Trait Implementations§

Implementations on Foreign Types§

Implementors§