Trait GuestErrorConversion
wasi_common::wasi::types
pub trait GuestErrorConversion { pub fn into_errno(&self, e: GuestError) -> Errno; }
pub fn into_errno(&self, e: GuestError) -> Errno
impl GuestErrorConversion for WasiCtx