pub trait QueryDef { type Input; type Output; }
A query definition
Implementations can be created with #[yeter::query].
#[yeter::query]
Input type
Output type