referrerpolicy=no-referrer-when-downgrade

Type Alias AuthoritySignature

Source
pub type AuthoritySignature = Signature;
Expand description

Sassafras authority signature.

Aliased Type§

struct AuthoritySignature(/* private fields */);

Trait Implementations§

Source§

impl TryFrom<&DigestItem> for AuthoritySignature

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(item: &DigestItem) -> Result<Self, Self::Error>

Performs the conversion.