Skip to main content

Error

Type Alias Error 

Source
pub type Error = Error;

Aliased Type§

pub struct Error { /* private fields */ }

Trait Implementations§

Source§

impl From<ErrorFrame> for Error

Source§

fn from(frame: ErrorFrame) -> Self

Converts to this type from the input type.