Trait wasi_common::snapshots::preview_1::error::ErrorExt

source ·
pub trait ErrorExt {
Show 14 methods // Required methods fn not_found() -> Self; fn too_big() -> Self; fn badf() -> Self; fn exist() -> Self; fn illegal_byte_sequence() -> Self; fn invalid_argument() -> Self; fn io() -> Self; fn name_too_long() -> Self; fn not_dir() -> Self; fn not_supported() -> Self; fn overflow() -> Self; fn range() -> Self; fn seek_pipe() -> Self; fn perm() -> Self;
}

Required Methods§

source

fn not_found() -> Self

source

fn too_big() -> Self

source

fn badf() -> Self

source

fn exist() -> Self

source

fn illegal_byte_sequence() -> Self

source

fn invalid_argument() -> Self

source

fn io() -> Self

source

fn name_too_long() -> Self

source

fn not_dir() -> Self

source

fn not_supported() -> Self

source

fn overflow() -> Self

source

fn range() -> Self

source

fn seek_pipe() -> Self

source

fn perm() -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ErrorExt for wasi_common::snapshots::preview_0::types::Error

source§

impl ErrorExt for wasi_common::snapshots::preview_1::types::Error