[][src]Trait nakadion::components::connector::ProvidesConnector

pub trait ProvidesConnector {
    fn connector(&self) -> Box<dyn Connects + Send + Sync + 'static>;
}

Gives a Connects

Required methods

fn connector(&self) -> Box<dyn Connects + Send + Sync + 'static>

Loading content...

Implementors

impl<T> ProvidesConnector for T where
    T: SubscriptionApi + Sync + Send + 'static + Clone
[src]

Loading content...