Trait UserErrorConversion
wasi_common::wasi::types
pub trait UserErrorConversion { pub fn errno_from_error(&self, e: Error) -> Result<Errno, String>; }
pub fn errno_from_error(&self, e: Error) -> Result<Errno, String>
impl UserErrorConversion for WasiCtx