Structs§
- Error
- RpcVisitor
- A visitor that serializes Move values into some representation appropriate for RPC outputs.
Traits§
- Writer
- A trait for serializing Move values into some nested structured representation that supports
null,bool, numbers, strings, vectors, and maps (e.g. JSON or Protobuf).