pub type ItemAttributeFn = fn(&ItemAttributeCtx<'_>) -> Result<i64>;Expand description
Signature of an item-attribute native fn. Returns the attribute value
(i64), matching run_expression::<i64> (the value is later narrowed to
pub type ItemAttributeFn = fn(&ItemAttributeCtx<'_>) -> Result<i64>;Signature of an item-attribute native fn. Returns the attribute value
(i64), matching run_expression::<i64> (the value is later narrowed to