pub type QueryResult<T> = Result<T, QueryError>;Expand description
Result type for query computations.
Aliased Type§
pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}pub type QueryResult<T> = Result<T, QueryError>;Result type for query computations.
pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}