Type Definition uquery::QueryResult

source · []
pub type QueryResult<T> = Result<T>;
Expand description

A type representing the error for a query.