Trait ToWasiType

Source
pub trait ToWasiType {
    // Required method
    fn to_wasi_type(&self) -> WasiType;
}

Required Methods§

Implementors§