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