[][src]Trait wasi_common::wasi::types::UserErrorConversion

pub trait UserErrorConversion {
    pub fn errno_from_error(&self, e: Error) -> Result<Errno, String>;
}

Required methods

Loading content...

Implementors

impl UserErrorConversion for WasiCtx[src]

Loading content...