Skip to main content

SessionFactory

Type Alias SessionFactory 

Source
type SessionFactory = Box<dyn Fn(&RpcAuthentication) -> Arc<dyn Object> + Send + Sync>;
Expand description

A function we use to construct Session objects in response to authentication.

Aliased Typeยง

struct SessionFactory(/* private fields */);