pub type Cow<'a, T> = Cow<'a, T, Wide>;
Expand description
Compact three word Cow
that puts the ownership tag in capacity.
This is a type alias, for documentation see beef::generic::Cow
.
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
.