pub fn parse_str(data: &str) -> Result<Vec<TbdVersionedRecord>, ParseError>Expand description
Parse TBD records from a YAML stream.
Returns a series of parsed records contained in the stream.
pub fn parse_str(data: &str) -> Result<Vec<TbdVersionedRecord>, ParseError>Parse TBD records from a YAML stream.
Returns a series of parsed records contained in the stream.