Skip to main content

parse_instructions_toml

Function parse_instructions_toml 

Source
pub fn parse_instructions_toml(source: &str) -> Result<InstructionsTable, Error>
Expand description

Parse TOML source into an InstructionsTable.

ยงErrors

Returns a TOML deserialization error when source is invalid or does not match the schema.