pub trait AsQuery {
type Query: Query;
}Expand description
Types associated with a query type.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait AsQuery {
type Query: Query;
}Types associated with a query type.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".