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

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

Required methods

fn into_errno(&self, e: GuestError) -> Errno

Loading content...

Implementors

impl GuestErrorConversion for WasiCtx[src]

Loading content...