Struct bcrypt_bsd::CryptError [] [src]

pub struct CryptError { /* fields omitted */ }

BCrypt hashing error.

Methods

impl CryptError
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for CryptError
[src]

[src]

Formats the value using the given formatter.

impl Error for CryptError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for CryptError
[src]

[src]

Formats the value using the given formatter. Read more