pub type Result<T> = Result<T, CryptoKitError>;Expand description
Result type for this library
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CryptoKitError),
}pub type Result<T> = Result<T, CryptoKitError>;Result type for this library
pub enum Result<T> {
Ok(T),
Err(CryptoKitError),
}