[][src]Trait openssl_magic_public_key::FromMagicPublicKey

pub trait FromMagicPublicKey: Sized {
    fn from_magic_public_key(magic_public_key: &str) -> Result<Self, KeyError>;
}

Required methods

fn from_magic_public_key(magic_public_key: &str) -> Result<Self, KeyError>

Loading content...

Implementations on Foreign Types

impl FromMagicPublicKey for Rsa<Public>
[src]

Loading content...

Implementors

Loading content...