diff --git a/cql_db/src/error.rs b/cql_db/src/error.rs index 3309366..8102f94 100644 --- a/cql_db/src/error.rs +++ b/cql_db/src/error.rs @@ -29,6 +29,7 @@ impl From for Error { } } +/// Cql db specific errors returned when provided with invalid parameters pub mod cql { use std::{ error, fmt };