Type Alias Rdb_canCache

Source
pub type Rdb_canCache = Option<unsafe extern "C" fn(name: *const c_char, arg1: *mut R_ObjectTable) -> Rboolean>;

Aliased Type§

enum Rdb_canCache {
    None,
    Some(unsafe extern "C" fn(*const i8, *mut Struct__R_ObjectTable) -> Rboolean),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *mut Struct__R_ObjectTable) -> Rboolean)

Some value of type T.