Trait signatory::PublicKey[][src]

pub trait PublicKey: AsRef<[u8]> + Debug + Sized { }

Common trait for all public keys

Implementors