pub trait ToRnpId {
    // Required method
    fn to_rnp_id(&self) -> &str;
}

Required Methods§

source

fn to_rnp_id(&self) -> &str

Implementations on Foreign Types§

source§

impl ToRnpId for Kind

source§

fn to_rnp_id(&self) -> &str

source§

impl ToRnpId for Curve

source§

fn to_rnp_id(&self) -> &str

source§

impl ToRnpId for HashAlgorithm

source§

fn to_rnp_id(&self) -> &str

source§

impl ToRnpId for PublicKeyAlgorithm

source§

fn to_rnp_id(&self) -> &str

source§

impl ToRnpId for ReasonForRevocation

source§

fn to_rnp_id(&self) -> &str

source§

impl ToRnpId for SymmetricAlgorithm

source§

fn to_rnp_id(&self) -> &str

Implementors§