pub type InfotheoryResult<T> = Result<T, InfotheoryError>;Expand description
Result type used by fallible infotheory APIs.
Aliased Type§
pub enum InfotheoryResult<T> {
Ok(T),
Err(InfotheoryError),
}pub type InfotheoryResult<T> = Result<T, InfotheoryError>;Result type used by fallible infotheory APIs.
pub enum InfotheoryResult<T> {
Ok(T),
Err(InfotheoryError),
}