[][src]Module beef::generic

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

Structs

Cow

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