Type Definition cubist_sdk::Result
source · pub type Result<T, E = CubistSdkError> = Result<T, E>;
Expand description
Result with error type defaulting to CubistSdkError
.
pub type Result<T, E = CubistSdkError> = Result<T, E>;
Result with error type defaulting to CubistSdkError
.