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