bind

Macro bind 

Source
macro_rules! bind {
    ($sys:expr, $($sel:ident),+ , $body:block) => { ... };
}