pub fn check_and_parse_lifetime(ast: &mut KTokenStream) -> Option<TokenTree>
Expand description
helper function that check and parse the lifetime symbol '
, if
is not present return None
.
pub fn check_and_parse_lifetime(ast: &mut KTokenStream) -> Option<TokenTree>
helper function that check and parse the lifetime symbol '
, if
is not present return None
.