pub type EntropyResult<T> = Result<T, EntropyError>;Expand description
Result type for entropy operations
Aliased Type§
pub enum EntropyResult<T> {
Ok(T),
Err(EntropyError),
}pub type EntropyResult<T> = Result<T, EntropyError>;Result type for entropy operations
pub enum EntropyResult<T> {
Ok(T),
Err(EntropyError),
}