Trait pwhash::bcrypt::IntoBcryptSetup [] [src]

pub trait IntoBcryptSetup<'a> {
    fn into_bcrypt_setup(self) -> Result<BcryptSetup<'a>>;
}

A trait for converting a type into a BcryptSetup struct.

Required Methods

The conversion function.

Implementations on Foreign Types

impl<'a> IntoBcryptSetup<'a> for &'a str
[src]

Implementors