Trait ophelia::ToPublicKey[][src]

pub trait ToPublicKey {
    type PublicKey;
    fn pub_key(&self) -> Self::PublicKey;
}

Associated Types

Required methods

Implementors