Type Alias di::KeyedRefMut
source · pub type KeyedRefMut<TKey, TSvc> = KeyedRef<TKey, RefCell<TSvc>>;Expand description
Represents a holder for a keyed, mutable service.
Aliased Type§
struct KeyedRefMut<TKey, TSvc> { /* private fields */ }