wasmtime_wasi

Type Alias SocketError

Source
pub type SocketError = TrappableError<ErrorCode>;

Aliased Type§

struct SocketError { /* private fields */ }

Trait Implementations§

Source§

impl From<Errno> for SocketError

Source§

fn from(error: Errno) -> Self

Converts to this type from the input type.
Source§

impl From<Error> for SocketError

Source§

fn from(error: Error) -> Self

Converts to this type from the input type.
Source§

impl From<ResourceTableError> for SocketError

Source§

fn from(error: ResourceTableError) -> Self

Converts to this type from the input type.