Function syntax::ast_util::pat_is_identUnstable [-] [+] [src]

pub fn pat_is_ident(pat: P<Pat>) -> bool

Returns true if the given pattern consists solely of an identifier and false otherwise.