Type Definition atuin_common::api::JSONResult

source · []
pub type JSONResult<E> = Result<ReplyEither<Json, E>, Infallible>;