InvariantsFn

Type Alias InvariantsFn 

Source
pub type InvariantsFn = unsafe fn(value: PtrConst) -> bool;
Expand description

Function type for type invariant validation. Used by the #[facet(invariants = fn)] attribute.