Type Definition cubist_sdk::Result

source ·
pub type Result<T, E = CubistSdkError> = Result<T, E>;
Expand description

Result with error type defaulting to CubistSdkError.