Type Definition atuin_common::api::ReplyResult

source · []
pub type ReplyResult<T, E> = Result<ReplyEither<T, E>, Infallible>;