Skip to main content

IntoVoltError

Trait IntoVoltError 

Source
pub trait IntoVoltError {
    // Required method
    fn into_volt_error(self) -> VoltError;
}
Expand description

Helper trait to convert subcategory errors to VoltError.

Required Methods§

Implementors§