pub type Result<T> = Result<T, PrismError>;Expand description
Convenience alias used throughout PRISM-Q.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(PrismError),
}pub type Result<T> = Result<T, PrismError>;Convenience alias used throughout PRISM-Q.
pub enum Result<T> {
Ok(T),
Err(PrismError),
}