Trait quinn_proto::congestion::ControllerFactory [−][src]
pub trait ControllerFactory {
fn build(&self, now: Instant) -> Box<dyn Controller>;
}Constructs controllers on demand
Required methods
fn build(&self, now: Instant) -> Box<dyn Controller>[src]
Construct a fresh Controller
Implementations on Foreign Types
impl ControllerFactory for Arc<NewRenoConfig>[src]
impl ControllerFactory for Arc<NewRenoConfig>[src]