[][src]Macro constellation::FnMut

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

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

See the readme for examples.