pat_is_ident

Function pat_is_ident 

Source
pub(crate) fn pat_is_ident<I: ?Sized>(pat: &Pat, ident: &I) -> bool
where Ident: PartialEq<I>,