Struct parity_crypto::pbkdf2::Secret[][src]

pub struct Secret<'a>(pub &'a [u8]);

Auto Trait Implementations

impl<'a> Send for Secret<'a>

impl<'a> Sync for Secret<'a>