ends_with

Function ends_with 

Source
pub fn ends_with<H, P>(haystack: H, needle: P) -> bool
where H: Haystack, P: Needle<H>, P::Consumer: ReverseConsumer<H::Target>, H::Target: Hay,