Skip to main content

Error

Type Alias Error 

Source
pub type Error = Box<dyn Error + Send + Sync>;

Aliased Type§

pub struct Error(/* private fields */);

Trait Implementations§

Source§

impl From<ReceiveFrameError> for Error

Source§

fn from(value: ReceiveFrameError) -> Self

Converts to this type from the input type.