Trait redact_crypto::key::HasPublicKey [−][src]
pub trait HasPublicKey {
type PublicKey: HasByteSource;
fn public_key(&self) -> Result<Self::PublicKey, CryptoError>;
}pub trait HasPublicKey {
type PublicKey: HasByteSource;
fn public_key(&self) -> Result<Self::PublicKey, CryptoError>;
}