shards

Type Alias SHComposeError

Source
pub type SHComposeError = Option<unsafe extern "C" fn(privateContext: *mut c_void, errorText: SHString, warningOnly: SHBool)>;

Aliased Type§

enum SHComposeError {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: bool))

Some value of type T.