Type Alias jl_sys::bindings::jl_sweepfunc_t

source ·
pub type jl_sweepfunc_t = Option<unsafe extern "C" fn(obj: *mut jl_value_t)>;

Aliased Type§

enum jl_sweepfunc_t {
    None,
    Some(unsafe extern "C" fn(_: *mut _jl_value_t)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _jl_value_t))

Some value of type T.