fidl_fuchsia_wayland

Trait Server_ProxyInterface

Source
pub trait Server_ProxyInterface: Send + Sync {
    // Required method
    fn connect(&self, channel: Channel) -> Result<(), Error>;
}

Required Methods§

Source

fn connect(&self, channel: Channel) -> Result<(), Error>

Implementors§