Type Definition data_query::QueryResult
source · [−]pub type QueryResult<T> = Result<T, QueryError>;Expand description
Alias for a Result with the error type serde_json::Error.
pub type QueryResult<T> = Result<T, QueryError>;Alias for a Result with the error type serde_json::Error.