Available on crate feature
rpc
only.Expand description
Declare RPC functionality on for the arti-client
crate.
Structs§
- Connect
With Prefs - RPC special method: make a connection to a chosen address and preferences.
- Isolated
Client - Create a new isolated client instance.
- Resolve
PtrWith Prefs - RPC special method: reverse-lookup an address with a chosen address and preferences.
- Resolve
With Prefs - RPC special method: lookup an address with a chosen address and preferences.
Traits§
- Client
Connection Error - Type-erased error returned by ClientConnectionTarget.
Type Aliases§
- Client
Connection Result - Type alias for a Result return by ClientConnectionTarget