Type Definition json_resp::JsonResult

source ·
pub type JsonResult<T, E = Nothing> = Result<JsonResponse<T>, JsonError<E>>;