Enum keepass::Value [] [src]

pub enum Value {
    Unprotected(String),
    Protected(SecStr),
}

Variants

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.