fidl_fuchsia_net_debug

Trait InterfacesProxyInterface

Source
pub trait InterfacesProxyInterface: Send + Sync {
    // Required method
    fn get_port(
        &self,
        id: u64,
        port: ServerEnd<PortMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn get_port(&self, id: u64, port: ServerEnd<PortMarker>) -> Result<(), Error>

Implementors§