pub trait UnprotectedToHexKey {
    fn unprotected_to_hex_key(&self) -> String;
}

Required Methods

Implementors