Crate querio

Source

Structs§

QuerioInputUnit
QuerioOutputUnit
QuerioVariableUnit
StrungUnit
Just an empty unit struct with Strung trait!

Statics§

STRUNG_POST
Postfix used by super::Strung::strung_static
STRUNG_PRE
Prefix used by super::Strung::strung_static

Traits§

Intuple
IntupleStruct
Querio
Marks a struct as query
QuerioInput
Marks a struct for its fields to be used as query variable inputs.
QuerioOutput
Marks a struct as query output.
Strung
Designed to be used with the strung-derive crate!

Type Aliases§

QuerioInputUnitIntuple
QuerioSectionsUnit
QuerioVariableUnitIntuple

Derive Macros§

Intuple
IntupleLite
Querio
Strung
THE proc-macro, generating needed functions!