Skip to main content

NodeBusTopologyProxyInterface

Trait NodeBusTopologyProxyInterface 

Source
pub trait NodeBusTopologyProxyInterface: Send + Sync {
    type GetResponseFut: Future<Output = Result<NodeBusTopologyGetResult, Error>> + Send;

    // Required method
    fn get(&self, token: Event) -> Self::GetResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn get(&self, token: Event) -> Self::GetResponseFut

Implementors§