pub trait QueryExt
This commit is contained in:
parent
68527dac32
commit
2034df5379
@ -108,7 +108,7 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trait QueryExt: Query {
|
pub trait QueryExt: Query {
|
||||||
fn start<M>(self) -> StartQuery<Self, M> {
|
fn start<M>(self) -> StartQuery<Self, M> {
|
||||||
StartQuery(self, PhantomData)
|
StartQuery(self, PhantomData)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user