pub type JSDestroyPrincipalsOp = Option<unsafe extern "C" fn(*mut JSPrincipals)>;Aliased Type§
pub enum JSDestroyPrincipalsOp {
None,
Some(unsafe extern "C" fn(*mut JSPrincipals)),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.