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.