pub type QueryResult<T> = Result<T, QueryError>;Expand description
Query-specific result type
Aliased Type§
pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}pub type QueryResult<T> = Result<T, QueryError>;Query-specific result type
pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}