Module trezor_client::transport
source · Modules§
- Error Handling
Structs§
- A protobuf message accompanied by the message type. This type is used to pass messages over the transport and used to contain messages received from the transport.
Enums§
- An available transport for a Trezor device, containing any of the different supported transports.
Traits§
- The transport interface that is implemented by the different ways to communicate with a Trezor device.
Functions§
- A delegation method to connect an available device transport. It delegates to the different transport types.