Skip to main content

component_from_ast

Function component_from_ast 

Source
fn component_from_ast(
    version: FormatDescriptionVersion,
    name: &Spanned<&str>,
    modifiers: &[Modifier<'_>],
) -> Result<Component, Error>