Type Alias Query

Source
pub type Query<'a> = Query<'a, Any, AnyArguments<'a>>;

Aliased Typeยง

struct Query<'a> { /* private fields */ }