Function org_rust_parser::parse_macro_call
source · pub fn parse_macro_call(input: &str) -> Parser<'_>Expand description
An alternative entry point to the parser. Parses objects, not elements.
pub fn parse_macro_call(input: &str) -> Parser<'_>An alternative entry point to the parser. Parses objects, not elements.