ShortHex

Trait ShortHex 

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

Required Methods§

Source

fn short_hex(&self) -> String

Implementations on Foreign Types§

Source§

impl ShortHex for &[u8]

Source§

impl ShortHex for Vec<u8>

Implementors§