pub fn trailers<'a>(
    s: &'a str,
    separators: &'a str
) -> IResult<&'a str, Vec<Trailer<'a>>>
Expand description

Parse all the possible trailers. It stops when it can no longer parse valid trailers.