Skip to main content

parse_decl_str

Function parse_decl_str 

Source
pub fn parse_decl_str(source: &str) -> ParseResult<String>
Expand description

Parse an OxiLean declaration from a source string.

ยงErrors

Returns Err with a description if lexing or parsing fails.