pub type OkxRestRespType<T> = Result<OkxRespWrapper<T>, SharedRestError<OkxRespError>>;Aliased Type§
pub enum OkxRestRespType<T> {
Ok(OkxRespWrapper<T>),
Err(SharedRestError<OkxRespError>),
}Variants§
Ok(OkxRespWrapper<T>)
Contains the success value
Err(SharedRestError<OkxRespError>)
Contains the error value