Searched defs:EitherOrBoth (Results 1 – 1 of 1) sorted by relevance
7 pub enum EitherOrBoth<A, B> { enum16 impl<A, B> EitherOrBoth<A, B> { implementation168 impl<T> EitherOrBoth<T, T> { impl182 impl<A, B> Into<Option<Either<A, B>>> for EitherOrBoth<A, B> { implementation