Skip to main content

IoCtx

Type Alias IoCtx 

Source
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 ConnState

Connection bookkeeping (challenge, session, trees, handles…).