Trait google_cloud_bigquery::storage::value::StructDecodable
source · pub trait StructDecodable: Sized {
// Required method
fn decode_arrow(fields: &[ArrayRef], row_no: usize) -> Result<Self, Error>;
}pub trait StructDecodable: Sized {
// Required method
fn decode_arrow(fields: &[ArrayRef], row_no: usize) -> Result<Self, Error>;
}