pub type Result<T> = Result<T, CryptoError>;Expand description
The result type for Crypto operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CryptoError),
}pub type Result<T> = Result<T, CryptoError>;The result type for Crypto operations
pub enum Result<T> {
Ok(T),
Err(CryptoError),
}