pub type RefMut<T> = Ref<RefCell<T>>;
Represents the type alias for a mutable service reference.
struct RefMut<T> { /* private fields */ }