Trait scyllax::queries::WriteQuery

source ·
pub trait WriteQuery
where Self: Query,
{ }
Expand description

Empty query implementation for all write queries. This is just a marker trait. So you cant pass a write query into a read query function.

Object Safety§

This trait is not object safe.

Implementors§