pub trait ToEdgeValue {
// Required method
fn to_edge_value(&self) -> Value;
}
Required Methods§
Sourcefn to_edge_value(&self) -> Value
fn to_edge_value(&self) -> Value
Transform a struct data into a edgedb_protocol::value::Value
pub trait ToEdgeValue {
// Required method
fn to_edge_value(&self) -> Value;
}
Transform a struct data into a edgedb_protocol::value::Value