Enum libp2p_core::either::EitherName [−][src]
pub enum EitherName<A, B> {
A(A),
B(B),
}Variants
Trait Implementations
Auto Trait Implementations
impl<A, B> RefUnwindSafe for EitherName<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe, impl<A, B> Send for EitherName<A, B> where
A: Send,
B: Send, impl<A, B> Sync for EitherName<A, B> where
A: Sync,
B: Sync, impl<A, B> Unpin for EitherName<A, B> where
A: Unpin,
B: Unpin, impl<A, B> UnwindSafe for EitherName<A, B> where
A: UnwindSafe,
B: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V