pub type QueryServiceResult = Result<Payload, QueryError>;Expand description
Result returned by QueryService::query.
Aliased Type§
pub enum QueryServiceResult {
Ok(Payload),
Err(QueryError),
}pub type QueryServiceResult = Result<Payload, QueryError>;Result returned by QueryService::query.
pub enum QueryServiceResult {
Ok(Payload),
Err(QueryError),
}