[][src]Crate maybe_owned

This crate only provides the MaybeOwned and MaybeOwnedMut enums

Take a look at their documentation for more information.

Enums

MaybeOwned

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

MaybeOwnedMut

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