pub trait ToEdgeQl { // Required method fn to_edgeql(&self) -> EdgeQl; }
Transform a struct into a edgeDB query language statement