Home
last modified time | relevance | path

Searched defs:is_whitespace (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dwhitespace.rs64 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
/linux/rust/proc-macro2/
H A Dparse.rs154 fn is_whitespace(ch: char) -> bool { in is_whitespace() function