Trait core::identifier::Derivable
[−]pub trait Derivable: FromStr<Err = Error> {
fn derivative(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
;
fn derivation_code(&self) -> String;
fn to_str(&self) -> String { ... }
}
Expand description
Derivable Identifiers
Required Methods
fn derivative(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn derivation_code(&self) -> String
Provided Methods
Implementors
impl Derivable for DigestIdentifier
impl Derivable for KeyIdentifier
Derivable for KeyIdentifier