Type Alias NerveResult
pub type NerveResult<T> = Result<T, NerveError>;Expand description
Result type for Nerve Framework operations
Aliased Type§
pub enum NerveResult<T> {
Ok(T),
Err(NerveError),
}pub type NerveResult<T> = Result<T, NerveError>;Result type for Nerve Framework operations
pub enum NerveResult<T> {
Ok(T),
Err(NerveError),
}