pub type GenericQueryableContext<'a> = Context<'a, GenericQueryableContextType>;

Aliased Type§

struct GenericQueryableContext<'a> {
    pub context: GenericQueryableContextType,
    /* private fields */
}

Fields§

§context: GenericQueryableContextType