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