[][src]Type Definition hatter::Special

type Special = dyn Fn(&mut Env, &[Stmt]) -> Result<Value>;

Hatter function defined in Rust whose arguments aren't evaluated, like a macro.