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