Structs§
- A struct for implementing
perspective_client::Sessionagainst an same-processServerinstance. - An instance of a Perspective server. Each
Serverinstance is separate, and does not shareperspective_client::Table(or other) data with otherServers.
Traits§
- Use
SessionHandlerto implement a callback for messages emitted from aSession, to be passed to theServer::new_sessionconstructor.