shards

Type Alias SHRunShardsHashed

Source
pub type SHRunShardsHashed = Option<unsafe extern "C" fn(shards: Shards, context: *mut SHContext, input: *const SHVar, output: *mut SHVar, outHash: *mut SHVar) -> SHWireState>;

Aliased Type§

enum SHRunShardsHashed {
    None,
    Some(unsafe extern "C" fn(_: Shards, _: *mut SHContext, _: *const SHVar, _: *mut SHVar, _: *mut SHVar) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Shards, _: *mut SHContext, _: *const SHVar, _: *mut SHVar, _: *mut SHVar) -> u8)

Some value of type T.