parse_trailers

Function parse_trailers 

Source
pub fn parse_trailers(body: &str) -> Result<Vec<Trailer>, TrailerParseError>
Expand description

Parse the trailers from a trailer paragraph. This function behaves like parse_description_trailer, but will return an error if a blank or non trailer line is found.