pub trait TupleAsResultErr<T> {
type OutTuple;
// Required method
fn as_err(self) -> Self::OutTuple;
}Expand description
Mapping item to Result for Tuple
pub trait TupleAsResultErr<T> {
type OutTuple;
// Required method
fn as_err(self) -> Self::OutTuple;
}Mapping item to Result for Tuple