TruthyFn

Type Alias TruthyFn 

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

Function type for truthiness checks used by skip_unless_truthy-style helpers.