pub type Result<T> = Result<T, NativeError>;Expand description
Result type alias for spn-native operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(NativeError),
}pub type Result<T> = Result<T, NativeError>;Result type alias for spn-native operations.
pub enum Result<T> {
Ok(T),
Err(NativeError),
}