Type Definition jsonrpsee_types::Cow[][src]

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.