Function check_and_parse_ref

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

helper function that check and parse the reference token &, if is not present return None.