pub type Cow<'a, T> = Cow<'a, T, Wide>;
Compact three word Cow that puts the ownership tag in capacity. This is a type alias, for documentation see beef::generic::Cow.
Cow
beef::generic::Cow
struct Cow<'a, T> { /* private fields */ }