pub type UnaryFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>) -> Result<Value, Fault> + Send + Sync>;
A boxed single-argument handler used in a TypeVtable.
TypeVtable
struct UnaryFn(/* private fields */);