pub trait ConnectorArc {
    fn register_flow_control(
        &self
    ) -> Result<Arc<UniverseGroupFlowControl>, Error>; }

Required Methods

Implementations on Foreign Types

Implementors