pub trait IntoVoltError {
// Required method
fn into_volt_error(self) -> VoltError;
}Expand description
Helper trait to convert subcategory errors to VoltError.
pub trait IntoVoltError {
// Required method
fn into_volt_error(self) -> VoltError;
}Helper trait to convert subcategory errors to VoltError.