pub type IoCtx<'a> = IoContext<'a>;Expand description
Short alias used by command handlers.
Aliased Type§
pub struct IoCtx<'a> {
pub server: Arc<ServerShared>,
pub conn: &'a mut ConnState,
}Fields§
§server: Arc<ServerShared>Refcounted global configuration and user database.
conn: &'a mut ConnStateConnection bookkeeping (challenge, session, trees, handles…).