Skip to main content

StructDecodable

Trait StructDecodable 

Source
pub trait StructDecodable: Sized {
    // Required method
    fn decode(value: Tuple) -> Result<Self, Error>;
}

Required Methods§

Source

fn decode(value: Tuple) -> 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::http::query::row::Row

Source§

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