Function diskplan_schema::parse_schema
source · pub fn parse_schema(text: &str) -> Result<SchemaNode<'_>, ParseError<'_>>
Expand description
Parses the given text representation into a tree of SchemaNode
s
pub fn parse_schema(text: &str) -> Result<SchemaNode<'_>, ParseError<'_>>
Parses the given text representation into a tree of SchemaNode
s