pub async unsafe fn unlock_unchecked(self, secret: Secret) -> Result<UnlockedKeyring, Error> {
"Please switch to `UnlockedKeyring::load_unchecked` to load the keyring without the secret validation.
`Keyring::delete_broken_items` can be used to remove them or alternatively with `oo7-cli --repair`."
fn into_unlocked(self, key: Option<Arc<Key>>, secret: Option<Arc<Secret>>) -> UnlockedKeyring {
pub async fn open_at(data_dir: impl AsRef<std::path::Path>, name: &str) -> Result<Self, Error> {