Trait google_cloud_bigquery::http::query::value::StructDecodable
source · pub trait StructDecodable: Sized {
// Required method
fn decode(value: Tuple) -> Result<Self, Error>;
}pub trait StructDecodable: Sized {
// Required method
fn decode(value: Tuple) -> Result<Self, Error>;
}