fidl_fuchsia_net_virtualization

Trait NetworkProxyInterface

Source
pub trait NetworkProxyInterface: Send + Sync {
    // Required method
    fn add_port(
        &self,
        port: ClientEnd<PortMarker>,
        interface: ServerEnd<InterfaceMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn add_port( &self, port: ClientEnd<PortMarker>, interface: ServerEnd<InterfaceMarker>, ) -> Result<(), Error>

Implementors§