pub type Error = Error;Aliased Type§
pub struct Error { /* private fields */ }Trait Implementations§
Source§impl From<ErrorFrame> for Error
impl From<ErrorFrame> for Error
Source§fn from(frame: ErrorFrame) -> Self
fn from(frame: ErrorFrame) -> Self
Converts to this type from the input type.