pub fn trailer<'a>( s: &'a str, separators: &'a str) -> IResult<&'a str, Trailer<'a>>
Parse a trailer, which can have an inlined or multilined value.