Trait google_cloud_spanner::row::TryFromStruct

source ·
pub trait TryFromStruct: Sized {
    // Required method
    fn try_from_struct(s: Struct<'_>) -> Result<Self, Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§