Trait yeter::QueryDef

source ·
pub trait QueryDef {
    type Input;
    type Output;

    const PATH: &'static str;
}
Expand description

A query definition

Required Associated Types§

source

type Input

Input type

source

type Output

Output type

Required Associated Constants§

source

const PATH: &'static str

The path of the query

Implementors§