[][src]Macro detach::detach_run

macro_rules! detach_run {
    ($item:expr, |$id:ident| $code:block) => { ... };
    ($item:expr, |$id:ident| $code:expr) => { ... };
}