Skip to main content

TimeoutStateHandle

Type Alias TimeoutStateHandle 

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

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

Aliased Typeยง

pub(crate) struct TimeoutStateHandle { /* private fields */ }