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