Expand description

Borrow-or-owned values.

This module contains the same type as in the root, except this one takes a &T instead of a &mut T, so it can be used in situations where you only need read access to the contents, or when you can only get a &T, not a &mut T.

Enums

A smart pointer that either owns or borrows.