Trait Host

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

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

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