Type Alias tor_circmgr::TimeoutStateHandle

source ·
pub(crate) type TimeoutStateHandle = DynStorageHandle<ParetoTimeoutState>;
Expand description

Type alias for dynamic StorageHandle that can handle our timeout state.

Aliased Type§

struct TimeoutStateHandle { /* private fields */ }