Crate perspective_client

source ·

Modules§

  • A collection of (de-)serializable structs which capture the application state, suitable for persistence, history, etc. features.

Structs§

Enums§

Traits§

  • The server-side representation of a connection to a Client. For each Client that wants to connect to a perspective_server::Server, a dedicated Session must be created. The Session handles routing messages emitted by the perspective_server::Serverve_server::Server, as well as owning any resources the [Client`] may request.

Type Aliases§