Expand description
ARCPClient and the type-state Session<S> (RFC §4.6, §8).
Structs§
- ARCP
Client - Client-side entry point.
- Authenticated
- Type-state marker: the session has completed
session.accepted. - JobHandle
- Handle to an in-flight job (RFC §10).
- Session
- Type-state session handle.
- Subscription
Handle - Handle to a live subscription (RFC §13).
- Unauthenticated
- Type-state marker: the session has not yet completed
session.accepted.