[][src]Trait gluon_salsa::Query

pub trait Query: for<'d> QueryDb<'d> { }

Trait implements by all of the "special types" associated with each of your queries.

Implementors

impl<Q> Query for Q where
    Q: for<'d> QueryDb<'d>, 
[src]

Loading content...