pub trait NativeAttr: for<'v> Fn(Value<'v>, &'v Heap) -> Result<Value<'v>> + Send + Sync + 'static { }
Expand description

A native function that can be evaluated.

Implementors