Trait ProxyHasDomain

Source
pub trait ProxyHasDomain {
    // Provided method
    fn domain(&self) -> ZirconClient { ... }
}
Expand description

This gives native Zircon proxies a domain method like FDomain proxies have. This makes it easier in some cases to build the same code for both FDomain and regular FIDL.

Provided Methods§

Source

fn domain(&self) -> ZirconClient

Get a “client” for this proxy. This is just an object which has methods for a few common handle creation operations.

Implementors§