Skip to main content

AsdfValuePred

Type Alias AsdfValuePred 

Source
pub type AsdfValuePred = Option<unsafe extern "C" fn(*mut AsdfValue) -> bool>;
Expand description

A predicate over a value, as C passes it in.

Aliased Type§

pub enum AsdfValuePred {
    None,
    Some(unsafe extern "C" fn(*mut AsdfValue) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut AsdfValue) -> bool)

Some value of type T.