[][src]Module butcher::as_deref

Allows to dereference the content of a Cow, lowering the level of indirection.

For instance, this allows to convert a Cow<String> to a Cow<str>, which is easier to deal with.

Traits

AsDerefCow

Allows to dereference the content of a Cow.