pub trait Host: HostTerminalOutput { }

Implementors§

source§

impl<T: WasiView> Host for T