Trait google_cloud_spanner::row::TryFromStruct
source · pub trait TryFromStruct: Sized {
// Required method
fn try_from_struct(s: Struct<'_>) -> Result<Self, Error>;
}Required Methods§
fn try_from_struct(s: Struct<'_>) -> Result<Self, Error>
Object Safety§
This trait is not object safe.