Skip to main content

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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§