Type Alias AdvisoryLockingProxy

Source
pub type AdvisoryLockingProxy = ClientSender<Channel, AdvisoryLocking>;
Expand description

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

Aliased Typeยง

struct AdvisoryLockingProxy { /* private fields */ }