parse_owned

Function parse_owned 

Source
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.