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