Macro captur::capture[][src]

macro_rules! capture {
    ($( $v:expr ),*) => { ... };
}
Expand description

Create a reference to a struct, that will ensure it is captured by a closure.