pub trait ToEdgeQl {
    fn to_edgeql(&self) -> String;
}

Required Methods

Transform a struct into a edgeDB query language statment

Implementations on Foreign Types

Implementors