Skip to main content

TopologicalPathLocalClientHandler

Trait TopologicalPathLocalClientHandler 

Source
pub trait TopologicalPathLocalClientHandler<___T = Channel>
where ___T: Transport,
{ }
Expand description

A client handler for the TopologicalPath protocol.

See TopologicalPath for more details.

Implementations on Foreign Types§

Source§

impl<___H, ___T> TopologicalPathLocalClientHandler<___T> for Local<___H>
where ___H: TopologicalPathClientHandler<___T>, ___T: Transport,

Implementors§