Type Alias TopologicalPathProxy

Source
pub type TopologicalPathProxy = ClientSender<Channel, TopologicalPath>;
Expand description

An alias for a client sender over zx::Channel for the TopologicalPath protocol.

Aliased Typeยง

struct TopologicalPathProxy { /* private fields */ }