pub fn parse_and_validate(source: &str) -> Result<Schema, ParseError>Expand description
Parse and validate a schema file in one step.
pub fn parse_and_validate(source: &str) -> Result<Schema, ParseError>Parse and validate a schema file in one step.