pub fn parse_schemas(toml_text: &str) -> Result<Vec<ContentSchema>>Expand description
Parses the TOML text of a schema file into ContentSchema values.
pub fn parse_schemas(toml_text: &str) -> Result<Vec<ContentSchema>>Parses the TOML text of a schema file into ContentSchema values.