Macro serde_closure::Fn

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

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.