pub trait RunQueryDslSupport { }Expand description
Marker trait for notating what types should implement RunQueryDsl Primarily used to simplify diesel_async implementing the async version of RunQueryDsl
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".