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

pub trait GuestErrorConversion {
    pub fn into_errno(&self, e: GuestError) -> Errno;
}

Required methods

pub fn into_errno(&self, e: GuestError) -> Errno[src]

Loading content...

Implementors

impl GuestErrorConversion for WasiCtx[src]

Loading content...