Type Alias coset::Algorithm

source ·
pub type Algorithm = RegisteredLabelWithPrivate<Algorithm>;
Expand description

Algorithm identifier.

Aliased Type§

enum Algorithm {
    PrivateUse(i64),
    Assigned(Algorithm),
    Text(String),
}

Variants§

§

PrivateUse(i64)

§

Assigned(Algorithm)

§

Text(String)

Trait Implementations§

source§

impl Default for Algorithm

source§

fn default() -> Self

Returns the “default value” for a type. Read more