macro_rules! spawn_handle {
    ($base:ident,$handle:ident,$lt:lifetime) => { ... };
}
Expand description