Trait google_cloud_spanner::statement::ToKind
source · pub trait ToKind {
// Required methods
fn to_kind(&self) -> Kind;
fn get_type() -> Type
where Self: Sized;
}pub trait ToKind {
// Required methods
fn to_kind(&self) -> Kind;
fn get_type() -> Type
where Self: Sized;
}