[][src]Function rbw::actions::unlock

pub async fn unlock<'_, '_, '_>(
    email: &'_ str,
    password: &'_ Password,
    iterations: u32,
    protected_key: &'_ str
) -> Result<Keys>