Type Definition Native
hatter::value
type Native = dyn Fn(Args<'_>) -> Result<Value>;
Hatter function defined in Rust.