[][src]Trait rsa_magic_public_key::AsMagicPublicKey

pub trait AsMagicPublicKey {
    fn as_magic_public_key(&self) -> String;
}

Helper trait to add functionality to RSA types

Required methods

fn as_magic_public_key(&self) -> String

Produce a magic-public-key formatted string

Loading content...

Implementors

impl<T> AsMagicPublicKey for T where
    T: PublicKey
[src]

Loading content...