Function bonsaidb::core::test_util::basic_server_connection_tests
pub async fn basic_server_connection_tests<C>(
server: C,
newdb_name: &str
) -> impl Future<Output = Result<(), Error>>where
C: AsyncStorageConnection,