Type Definition nydus_api::http::ApiResponse
source · pub type ApiResponse = Result<ApiResponsePayload, ApiError>;Expand description
Specialized version of std::result::Result for value returned by backend services.
pub type ApiResponse = Result<ApiResponsePayload, ApiError>;Specialized version of std::result::Result for value returned by backend services.