Function golem_wasm_ast::component::parser::parse_component

source ยท
pub fn parse_component<Ast>(
    parser: Parser,
    remaining: &[u8],
) -> Result<(Component<Ast>, &[u8]), String>
where Ast: AstCustomization, Ast::Expr: TryFromExprSource, Ast::Data: From<Data<Ast::Expr>>, Ast::Custom: From<Custom>,