The docs say
Retrieve the list of available UnlockedItems.
If items cannot be decrypted, InvalidItemErrors are returned for them instead of UnlockedItems.
|
pub async fn items(&self) -> Result<Vec<Result<Item, InvalidItemError>>, Error> { |
but then, it returns Items
The docs say
oo7/client/src/file/unlocked_keyring.rs
Line 251 in c6e3f41
but then, it returns
Items