Trait WasiCliView

Source
pub trait WasiCliView: Send {
    // Required method
    fn cli(&mut self) -> WasiCliCtxView<'_>;
}
Expand description

Provides a “view” of wasi:cli-related context used to implement host traits.

Required Methods§

Source

fn cli(&mut self) -> WasiCliCtxView<'_>

Implementors§