Skip to main content

QueryTrait

Trait QueryTrait 

Source
pub trait QueryTrait {
    // Required methods
    fn build(&self) -> Value;
    fn query_name(&self) -> String;
}

Required Methods§

Source

fn build(&self) -> Value

Source

fn query_name(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§