Type Alias Digest

Source
pub type Digest = String;
Expand description

The following is an example of the contents of Digest types:

sha256:7173b809ca12ec5dee4506cd86be934c4596dd234ee82c0662eac04a8c2c71dc

This allows to abstract the digest behind this type and work only in those terms.

Aliased Typeยง

struct Digest { /* private fields */ }