Trait chandeliers_err::error::IntoError
source · pub trait IntoError {
// Required method
fn into_err(self) -> Error;
}Expand description
Generate an Error.
pub trait IntoError {
// Required method
fn into_err(self) -> Error;
}Generate an Error.