Struct parsec_interface::operations::list_opcodes::Result [−][src]
Expand description
Native object for opcode listing result.
Fields
opcodes: HashSet<Opcode>opcodes holds a list of opcodes supported by the provider identified in
the request.