Type Alias KeyedRefMut

Source
pub type KeyedRefMut<TKey, TSvc> = KeyedRef<TKey, Mut<TSvc>>;
Expand description

Represents a holder for a keyed, mutable service.

Aliased Typeยง

pub struct KeyedRefMut<TKey, TSvc> { /* private fields */ }