shards

Type Alias SHSetContains

Source
pub type SHSetContains = Option<unsafe extern "C" fn(table: SHSet, value: SHVar) -> SHBool>;

Aliased Type§

enum SHSetContains {
    None,
    Some(unsafe extern "C" fn(_: SHSet, _: SHVar) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: SHSet, _: SHVar) -> bool)

Some value of type T.