pub fn trim<H, P>(haystack: H, needle: P) -> Hwhere H: Haystack, P: Needle<H>, P::Consumer: DoubleEndedConsumer<H::Target>, H::Target: Hay,