fidl_fuchsia_posix_socket_raw

Trait ProviderProxyInterface

Source
pub trait ProviderProxyInterface: Send + Sync {
    type SocketResponseFut: Future<Output = Result<ProviderSocketResult, Error>> + Send;

    // Required method
    fn socket(
        &self,
        domain: Domain,
        proto: &ProtocolAssociation,
    ) -> Self::SocketResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn socket( &self, domain: Domain, proto: &ProtocolAssociation, ) -> Self::SocketResponseFut

Implementors§