Type Definition beef::lean::Cow

source · []
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.