collect_lifetimes_from_tokens

Function collect_lifetimes_from_tokens 

Source
fn collect_lifetimes_from_tokens(
    tokens: TokenStream,
    out: &mut BTreeSet<Lifetime>,
)