pub type Result<T> = Result<T, CrackleError>;Expand description
A specialized result type for crackle runtime operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CrackleError),
}pub type Result<T> = Result<T, CrackleError>;A specialized result type for crackle runtime operations.
pub enum Result<T> {
Ok(T),
Err(CrackleError),
}