Macro syndicate::enclose

source ·
macro_rules! enclose {
    ( ( $($name:ident),* ) $closure:expr ) => { ... };
}
Expand description

A convenient way of cloning a bunch of state shared among entities, actions, linked tasks, etc.

Directly drawn from the discussion here.