wasmtime_
wasi
28.0.0
Socket
Error
Aliased type
Trait Implementations
From<Errno>
From<Error>
From<ResourceTableError>
In crate wasmtime_
wasi
wasmtime_wasi
Type Alias
SocketError
Copy item path
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.