pub fn list() -> Result<HashSet<StoreEntry>>Expand description
List all passwords in the password store in a flat data structure
For detailed information that preserves the tree structure of the store use retrieve("/")
instead.
pub fn list() -> Result<HashSet<StoreEntry>>List all passwords in the password store in a flat data structure
For detailed information that preserves the tree structure of the store use retrieve("/")
instead.