macro_rules! impl_try_collect_tuple {
    () => { ... };
    ($A:ident $($I:ident)*) => { ... };
}
Expand description

A macro to get tuple from collection items.