[][src]Macro serde_closure::Fn

Fn!() { /* proc-macro */ }

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

See the readme for examples.