[][src]Macro constellation::Fn

macro_rules! Fn {
    ($ ($ proc_macro : tt) *) => { ... };
}

Macro that wraps a closure, evaluating to a Fn struct that implements std::ops::Fn, Debug, Serialize and Deserialize, and various convenience traits.

See the readme for examples.