path_ends_with

Function path_ends_with 

Source
pub(crate) fn path_ends_with<I: ?Sized>(path: &Path, ident: &I) -> bool
where Ident: PartialEq<I>,