Type Definition atuin_common::api::ReplyResult[][src]

pub type ReplyResult<T, E> = Result<ReplyEither<T, E>, Infallible>;