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