Function check_and_parse_dyn

Source
pub fn check_and_parse_dyn(ast: &mut KTokenStream) -> Option<TokenTree>
Expand description

helper function that check and parser the dyn token, if is not present return None.