Skip to main content

StructDecodable

Trait StructDecodable 

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

Required Methods§

Source

fn decode_arrow(fields: &[ArrayRef], row_no: usize) -> Result<Self, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl StructDecodable for gcloud_bigquery::query::row::Row

Source§

impl StructDecodable for gcloud_bigquery::storage::row::Row