Module digest_headers::prelude [] [src]

The prelude module provides useful traits for working with Digest headers.

Traits

AsDigest

The AsDigest trait provides a method to retrieve a Digest from a given type.

IntoDigest

The IntoDigest trait provides a method to convert the current type into a Digest.

WithDigest

The WithDigest trait provides a method to add a Digest header to a given type.