Skip to main content

Query

Trait Query 

Source
pub trait Query {
    // Required method
    fn query() -> Self;
}
👎Deprecated

Required Methods§

Source

fn query() -> Self

👎Deprecated

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§