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

pub type JSONResult<E> = Result<ReplyEither<Json, E>, Infallible>;