pub type ArcellaTypeResult<T> = Result<T, ArcellaError>;Expand description
Result type alias for arcella-wasmtime operations.
Aliased Type§
pub enum ArcellaTypeResult<T> {
Ok(T),
Err(ArcellaError),
}pub type ArcellaTypeResult<T> = Result<T, ArcellaError>;Result type alias for arcella-wasmtime operations.
pub enum ArcellaTypeResult<T> {
Ok(T),
Err(ArcellaError),
}