Struct parsec_interface::operations::list_opcodes::Result
source · pub struct Result {
pub opcodes: HashSet<Opcode>,
}
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.