Expand description
§Bitwarden Collections
Defines the data model for collections both encrypted and decrypted. It also handles conversions
between those two states by implementing Encryptable
. It also provides Tree
struct which allows
all structs implementing TreeItem
to be represented in a tree structure along with functions to
access each node.
Modules§
- collection
- Module containing the collection data models. It also contains the implementations for Encryptable, TryFrom, and TreeItem
- error
- Module containing the error types.
- tree
- Module containing Tree struct that is a tree representation of all structs implementing TreeItem trait. It is made using an index vector to hold the data and another vector to hold the parent child relationships between those nodes.
- uniffi_
support 🔒
Constants§
- UNIFFI_
META_ 🔒CONST_ NAMESPACE_ BITWARDEN_ COLLECTIONS - Export namespace metadata.