Trait keri_controller::CesrPrimitive

source ·
pub trait CesrPrimitive {
    // Required methods
    fn derivative(&self) -> Vec<u8>;
    fn derivation_code(&self) -> PrimitiveCode;

    // Provided method
    fn to_str(&self) -> String { ... }
}

Required Methods§

Provided Methods§

source

fn to_str(&self) -> String

Implementations on Foreign Types§

source§

impl CesrPrimitive for (Basic, Vec<u8>)

source§

impl CesrPrimitive for (SelfAddressing, Vec<u8>)

source§

impl CesrPrimitive for (SelfSigning, Vec<u8>)

source§

impl CesrPrimitive for (IdentifierCode, Vec<u8>)

source§

impl CesrPrimitive for (AttachedSignatureCode, Vec<u8>)

source§

impl CesrPrimitive for IndexedSignature

source§

impl CesrPrimitive for SelfAddressingIdentifier

Implementors§