Type Alias QueryResult
pub type QueryResult<T> = Result<T, QueryError>;Aliased Type§
pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}pub type QueryResult<T> = Result<T, QueryError>;pub enum QueryResult<T> {
Ok(T),
Err(QueryError),
}