pub fn validate_instructions_table(
table: &InstructionsTable,
) -> Result<(), ValidateError>Expand description
Validate every stack entry in the table.
ยงErrors
Returns the first ValidateError produced by validate_stack_entry.
pub fn validate_instructions_table(
table: &InstructionsTable,
) -> Result<(), ValidateError>Validate every stack entry in the table.
Returns the first ValidateError produced by validate_stack_entry.