Trait wildland_cargo_lib::errors::ExceptionTrait
source · pub trait ExceptionTrait: ToString {
// Required method
fn category(&self) -> ErrorCategory;
// Provided method
fn reason(&self) -> String { ... }
}