pub fn parse_owned(
source_text: &str,
) -> Result<Tree<SMLElement<String>>, ParseError>Expand description
Equivalent to parse, but returns Strings instead of Cows for better ease of use.
pub fn parse_owned(
source_text: &str,
) -> Result<Tree<SMLElement<String>>, ParseError>Equivalent to parse, but returns Strings instead of Cows for better ease of use.