pub type SharedAuth = Arc<dyn AuthSession>;Expand description
Arc<dyn AuthSession> — the shape stored inside the client.
Aliased Type§
pub struct SharedAuth { /* private fields */ }pub type SharedAuth = Arc<dyn AuthSession>;Arc<dyn AuthSession> — the shape stored inside the client.
pub struct SharedAuth { /* private fields */ }