[][src]Type Definition beef::Cow

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.