Sets

Trait Sets 

Source
pub trait Sets {
    // Required methods
    fn to_edgeql(&self) -> String;
    fn nested_edgeqls(&self) -> Vec<EdgeQl>;
    fn to_edge_value(&self) -> Value;
}

Required Methods§

Implementors§