metadata_statement

Function metadata_statement 

Source
pub fn metadata_statement(input: &str) -> IResult<&str, (&str, NodeValue<'_>)>
Expand description
MetadataStatement = %s"metadata" SP NodeObjectKey [SP] "=" [SP] NodeValue BR