pub type QuillSQLResult<T, E = QuillSQLError> = Result<T, E>;Aliased Type§
pub enum QuillSQLResult<T, E = QuillSQLError> {
Ok(T),
Err(E),
}pub type QuillSQLResult<T, E = QuillSQLError> = Result<T, E>;pub enum QuillSQLResult<T, E = QuillSQLError> {
Ok(T),
Err(E),
}