Abbrev

Trait Abbrev 

Source
pub trait Abbrev {
    // Required method
    fn abbrev(&self) -> String;
}

Required Methods§

Source

fn abbrev(&self) -> String

Implementations on Foreign Types§

Source§

impl Abbrev for Option<&str>

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for Option<&String>

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for Option<String>

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for str

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for String

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for ARID

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for PrivateKeyBase

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for PublicKeys

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for Envelope

Source§

fn abbrev(&self) -> String

Source§

impl Abbrev for ByteString

Source§

fn abbrev(&self) -> String

Source§

impl<K, V> Abbrev for HashMap<K, V>
where K: Abbrev, V: Abbrev,

Source§

fn abbrev(&self) -> String

Source§

impl<T> Abbrev for Vec<T>
where T: Abbrev,

Source§

fn abbrev(&self) -> String

Source§

impl<T> Abbrev for HashSet<T>
where T: Abbrev,

Source§

fn abbrev(&self) -> String

Implementors§