Enum atuin_common::api::ReplyEither [−][src]
pub enum ReplyEither<T, E> {
Ok(T),
Err(E),
}
Variants
Ok(T)
Err(E)
Trait Implementations
Auto Trait Implementations
impl<T, E> RefUnwindSafe for ReplyEither<T, E> where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, E> Send for ReplyEither<T, E> where
E: Send,
T: Send,
impl<T, E> Sync for ReplyEither<T, E> where
E: Sync,
T: Sync,
impl<T, E> Unpin for ReplyEither<T, E> where
E: Unpin,
T: Unpin,
impl<T, E> UnwindSafe for ReplyEither<T, E> where
E: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more