Trait wasi_common::snapshots::preview_0::types::UserErrorConversion[][src]

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

Required methods

Implementors