mirror of
https://github.com/OMGeeky/google_bigquery_v2.git
synced 2025-12-28 23:45:43 +01:00
7 lines
256 B
Rust
7 lines
256 B
Rust
pub use google_bigquery_v2_derive::BigDataTableDerive;
|
|
|
|
pub use crate::client::BigqueryClient;
|
|
pub use crate::data::{BigQueryTable, BigQueryTableBase, OrderDirection};
|
|
|
|
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|