pub trait TupleAsOption {
type OutTuple;
// Required method
fn as_some(self) -> Self::OutTuple;
}Expand description
Mapping item to Option for Tuple
pub trait TupleAsOption {
type OutTuple;
// Required method
fn as_some(self) -> Self::OutTuple;
}Mapping item to Option for Tuple