Type Definition cubist_sdk::gen::common::Result

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

The standard Result type in the interface generator