Trait Error

Source
pub trait Error: Debug + Display { }
Expand description

Base error type

To be replaced with core::error when feature error_in_core gets pushed to stable

Implementations on Foreign Types§

Source§

impl Error for Error

Implementors§