Skip to main content

TopologicalPathProxyInterface

Trait TopologicalPathProxyInterface 

Source
pub trait TopologicalPathProxyInterface: Send + Sync {
    type GetTopologicalPathResponseFut: Future<Output = Result<TopologicalPathGetTopologicalPathResult, Error>> + Send;

    // Required method
    fn get_topological_path(&self) -> Self::GetTopologicalPathResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§