QueryDef

Trait QueryDef 

Source
pub trait QueryDef {
    type Input;
    type Output;
}
Expand description

A query definition

Implementations can be created with #[yeter::query].

Required Associated Types§

Source

type Input

Input type

Source

type Output

Output type

Implementors§