Module beef::generic[][src]

Expand description

This module contains the actual, albeit generic, implementaiton of the Cow, and the traits that are available to it.

Structs

A clone-on-write smart pointer, mostly compatible with std::borrow::Cow.