pub type Error = Box<dyn Error + Send + Sync>;Aliased Type§
pub struct Error(/* private fields */);Trait Implementations§
Source§impl From<ReceiveFrameError> for Error
impl From<ReceiveFrameError> for Error
Source§fn from(value: ReceiveFrameError) -> Self
fn from(value: ReceiveFrameError) -> Self
Converts to this type from the input type.