pub type KeyedRefMut<TKey, TSvc> = KeyedRef<TKey, Mut<TSvc>>;
Represents a holder for a keyed, mutable service.
pub struct KeyedRefMut<TKey, TSvc> { /* private fields */ }