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