pub type BcryptResult<T> = Result<T, BcryptError>;Expand description
Library generic result type.
Aliased Type§
pub enum BcryptResult<T> {
Ok(T),
Err(BcryptError),
}pub type BcryptResult<T> = Result<T, BcryptError>;Library generic result type.
pub enum BcryptResult<T> {
Ok(T),
Err(BcryptError),
}