can_begin_dyn_bound_in_edition_2015

Function can_begin_dyn_bound_in_edition_2015 

Source
fn can_begin_dyn_bound_in_edition_2015(t: Token) -> bool
Expand description

Determine if the given token can begin a bound assuming it follows Rust 2015 identifier dyn.

In Rust 2015, dyn is a contextual keyword, not a full one.