pub fn all_recipients_from_stores(
    stores: Arc<Mutex<Vec<Arc<Mutex<PasswordStore>>>>>
) -> Result<Vec<Recipient>>
Expand description

Return all Recipient across all different stores in the list.

Errors

Returns an Err if there is a problem locking the mutex