pub trait Host: HostUdpSocket { }

Implementors§

source§

impl<T: WasiView> Host for T