Query

Trait Query 

Source
pub trait Query { }
Expand description

Query is a simple marker trait that should be placed on query types which we plan to handle with a QueryHandler (a struct that implements HandlesQuery)

Implementorsยง