Module bentobox::capture

source ·
Expand description

Capture is a minimalistic analogue of Cow that relaxes the ToOwned constrain while supporting ?Sized types. CaptureMut extends Capture with support for mutable references.

Enums