Struct keepass::Database [] [src]

pub struct Database {
    pub root: Group,
}

A decrypted KeePass database

Fields

root: Group

Root node of the KeePass database

Methods

impl Database
[src]

fn open(source: &mut Read, password: &str) -> Result<DatabaseOpenDBError>

Open, decrypt and parse a KeePass database from a source and a password

Trait Implementations

impl Debug for Database
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.