pub trait VpErrorExtResult<T> {
// Required method
fn into_vp_error(self) -> Result<T, VpError>;
}Expand description
Helper trait for converting between result types.
pub trait VpErrorExtResult<T> {
// Required method
fn into_vp_error(self) -> Result<T, VpError>;
}Helper trait for converting between result types.