parse
Class: Simulink.RustImporter
Namespace: Simulink
Syntax
Description
Add-On Required: This feature requires the Simulink Support Package for Rust Code add-on.
,
where success = parse(rustObj)rustObj is an object of Simulink.RustImporter class,
parses Rust® code, but does not parse the code again if the code has been parsed previously
and neither the code nor the settings have changed since the previous parse. Results of a
successful parse or error information from an unsuccessful parse are stored in the
ParseInfo property of rustObj.
parses
Rust code irrespective of whether any changes have been made since a previous
parse.success = parse(rustObj, 'Force','On')
Output Arguments
Examples
Version History
Introduced in R2026a