pub type EntropyResult<T> = Result<T, EntropyError>;Expand description
Convenience type alias.
Aliased Type§
pub enum EntropyResult<T> {
Ok(T),
Err(EntropyError),
}pub type EntropyResult<T> = Result<T, EntropyError>;Convenience type alias.
pub enum EntropyResult<T> {
Ok(T),
Err(EntropyError),
}