Trait Host

Source
pub trait Host:
    Send
    + HostClientHandshake
    + HostClientConnection
    + HostFutureClientStreams
    + Send { }

Implementations on Foreign Types§

Source§

impl<_T: Host + ?Sized + Send> Host for &mut _T

Implementors§

Source§

impl<'a> Host for WasiTls<'a>