Type Alias remoc::chmux::AnyEntry

source ·
pub type AnyEntry = Arc<RwLock<Option<AnyBox>>>;
Expand description

An entry in AnyStorage.

Aliased Type§

struct AnyEntry { /* private fields */ }