[][src]Trait encrypted_id::Decrypted

pub trait Decrypted {
    fn dkey(&self, ekey: &str) -> Result<u64>;
}

Required methods

fn dkey(&self, ekey: &str) -> Result<u64>

Loading content...

Implementors

Loading content...