pub fn trailers<'a>( s: &'a str, separators: &'a str) -> IResult<&'a str, Vec<Trailer<'a>>>
Parse all the possible trailers. It stops when it can no longer parse valid trailers.