pub fn connection_to_js<'a, C: Context<'a>>(
    cx: &mut C,
    edge: &DsnpGraphEdge
) -> JsResult<'a, JsObject>
Expand description

Function to convert DsnpGraphEdge to JsObject

Arguments

  • cx - Neon FunctionContext
  • edge - DsnpGraphEdge

Returns

  • JsResult<JsObject> - Neon JsObject

Errors

  • Throws a Neon error if the edge cannot be converted