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