Trait spanner_rs::ToSpanner [−][src]
pub trait ToSpanner {
fn to_spanner(&self) -> Result<Value, Error>;
fn spanner_type() -> Type
where
Self: Sized;
}pub trait ToSpanner {
fn to_spanner(&self) -> Result<Value, Error>;
fn spanner_type() -> Type
where
Self: Sized;
}