Trait wasmtime_wasi::bindings::sync::cli::terminal_output::Host

source ·
pub trait Host: Send + HostTerminalOutput { }

Implementations on Foreign Types§

source§

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

Implementors§

source§

impl<T> Host for WasiImpl<T>
where T: WasiView,