[][src]Trait ophelia::ToPublicKey

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

Associated Types

Loading content...

Required methods

fn pub_key(&self) -> Self::PublicKey

Loading content...

Implementors

Loading content...