Type Definition ReplyResult
atuin_common::api
type ReplyResult<T, E> = Result<ReplyEither<T, E>, Infallible>;