Skip to main content

EdgeData

Type Alias EdgeData 

Source
pub type EdgeData = (String, String, String, HashMap<Cow<'static, str>, Value>);
Expand description

Edge data: (source_id, target_id, relationship_name, properties)

Trait Implementations§

Source§

impl From<GraphEdge> for EdgeData

Source§

fn from(edge: GraphEdge) -> Self

Converts to this type from the input type.