Function ruststep::parser::exchange::header_entity[][src]

pub fn header_entity(input: &str) -> ParseResult<'_, Record>
Expand description

header_entity = simple_record ; .

Changed from the following original definition due to the duplication

header_entity = keyword ( [ parameter_list ] ) ; .