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