Type Alias coset::KeyType

source ·
pub type KeyType = RegisteredLabel<KeyType>;
Expand description

Key type.

Aliased Type§

enum KeyType {
    Assigned(KeyType),
    Text(String),
}

Variants§

§

Assigned(KeyType)

§

Text(String)

Trait Implementations§

source§

impl Default for KeyType

source§

fn default() -> Self

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