pub trait IntoLodashError<T> {
// Required method
fn into_lodash_error(self) -> Result<T>;
}Expand description
Extension trait for converting other error types to LodashError.
pub trait IntoLodashError<T> {
// Required method
fn into_lodash_error(self) -> Result<T>;
}Extension trait for converting other error types to LodashError.