Expand description

This crate only provides the MaybeOwned and MaybeOwnedMut enums

Take a look at their documentation for more information.

Enums

This type provides a way to store data to which you either have a reference to or which you do own.

This type is basically the same as MaybeOwned, but works with mutable references.