Type Definition spki::AlgorithmIdentifierOwned

source ·
pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>;
Available on crate feature alloc only.
Expand description

AlgorithmIdentifier reference which has Any parameters.

Trait Implementations§

source§

impl OwnedToRef for AlgorithmIdentifierOwned

§

type Borrowed<'a> = AlgorithmIdentifier<AnyRef<'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