Macro serde_closure::FnMut

source ·
FnMut!() { /* proc-macro */ }
Expand description

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

See the readme for examples.