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", so this trait is not object safe.

Implementors§

Source§

impl StructDecodable for google_cloud_bigquery::query::row::Row

Source§

impl StructDecodable for google_cloud_bigquery::storage::row::Row