Small tweak
This commit is contained in:
parent
1b4e1670f7
commit
7f96418fa3
@ -29,7 +29,7 @@ pub trait LoaderTrait {
|
|||||||
<<Self as LoaderTrait>::Model as ModelTrait>::Entity: Related<R>;
|
<<Self as LoaderTrait>::Model as ModelTrait>::Entity: Related<R>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[async_trait::async_trait]
|
#[async_trait]
|
||||||
impl<M> LoaderTrait for Vec<M>
|
impl<M> LoaderTrait for Vec<M>
|
||||||
where
|
where
|
||||||
M: ModelTrait,
|
M: ModelTrait,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user