Struct libpasta::Cleartext [] [src]

pub struct Cleartext(_);

A simple wrapper for a password to denote it is a cleartext password. Using ClearOnDrop attempts to clear the memory on drop.

Trait Implementations

impl From<String> for Cleartext
[src]

[src]

Performs the conversion.