The generic I
must be a type where writes from one thread are readable
from another. This means using Arc<Mutex<_>>
or Arc<RwLock<_>>
in most
cases.
Defines the RPC method request type for querying connections associated with
a client.
Defines the RPC method response type when querying all the existing
connection ends for a given client.
Defines the RPC method request type for querying the client state associated
with a connection.
Defines the RPC method response type when querying client state associated
with a connection.
Defines the RPC method request type for querying the consensus state
associated with a connection.
Defines the RPC method response type when querying the consensus state for a
connection.
Defines the RPC method request type for querying the connection parameters.
Defines the RPC method request type for querying a connection.
Defines the RPC method response type when querying a connection.
Defines the RPC method request type for querying connections.
Defines the RPC method response type when querying all the existing connection ends.