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

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

Required methods

fn errno_from_error(&self, e: Error) -> Errno

Loading content...

Implementors

impl UserErrorConversion for WasiCtx[src]

Loading content...