Trait google_cloud_spanner::row::TryFromStruct[][src]

pub trait TryFromStruct: Sized {
    fn try_from(s: Struct<'_>) -> Result<Self, Error>;
}

Required methods

Implementors