[][src]Macro constellation::FnOnce

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

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

See the readme for examples.