Skip to main content

SocketError

Type Alias SocketError 

Source
pub type SocketError = TrappableError<ErrorCode>;
Available on crate feature p3 only.

Aliased Type§

pub struct SocketError { /* private fields */ }

Trait Implementations§

Source§

impl From<ErrorCode> for SocketError

Source§

fn from(code: ErrorCode) -> Self

Converts to this type from the input type.