Type Definition spki::SubjectPublicKeyInfoOwned

source ·
pub type SubjectPublicKeyInfoOwned = SubjectPublicKeyInfo<Any, BitString>;
Available on crate feature alloc only.
Expand description

SubjectPublicKeyInfo with Any algorithm parameters, and BitString params.

Trait Implementations§

source§

impl OwnedToRef for SubjectPublicKeyInfoOwned

§

type Borrowed<'a> = SubjectPublicKeyInfo<AnyRef<'a>, BitStringRef<'a>>

The resulting type referencing back to Self
source§

fn owned_to_ref(&self) -> Self::Borrowed<'_>

Creates a new object referencing back to the self for storage