Type Alias Result
pub type Result<T> = Result<T, RingKernelError>;Expand description
Result type alias for RingKernel operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(RingKernelError),
}pub type Result<T> = Result<T, RingKernelError>;Result type alias for RingKernel operations.
pub enum Result<T> {
Ok(T),
Err(RingKernelError),
}