pub type Result<T> = Result<T, FibQuantError>;Expand description
FibQuant crate result type.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(FibQuantError),
}pub type Result<T> = Result<T, FibQuantError>;FibQuant crate result type.
pub enum Result<T> {
Ok(T),
Err(FibQuantError),
}