pub trait HasCryptoPublicKey {
// Required method
fn public_key_bytes(&self) -> PublicKeyBytes;
}Expand description
A thing that has associated PublicKeyBytes.
Required Methods§
Sourcefn public_key_bytes(&self) -> PublicKeyBytes
fn public_key_bytes(&self) -> PublicKeyBytes
Returns this thing’s public key.