pub(super) fn component_from_ast<const VERSION: u8>(
name: &Spanned<&str>,
modifiers: &[Modifier<'_>],
) -> Result<AstComponent, Error>Available on crate feature
alloc and (crate features formatting or parsing) only.Expand description
Parse a component from the AST, given its name and modifiers.