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