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