Type Alias RealmProxy

Source
pub type RealmProxy = ClientSender<Channel, Realm>;
Expand description

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

Aliased Typeยง

struct RealmProxy { /* private fields */ }