Macro capture_it::capture
source · macro_rules! capture { ([$($args:tt)*], $($closure:tt)*) => { ... }; }
Expand description
Generate a closure that captures specified variables, and captures all other unspecified variables by move.
TODO: fill documentation content here