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