We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282382a commit d6f0f20Copy full SHA for d6f0f20
src/function/fetch.rs
@@ -13,6 +13,7 @@ impl<C> IngredientImpl<C>
13
where
14
C: Configuration,
15
{
16
+ #[inline]
17
pub fn fetch<'db>(
18
&'db self,
19
db: &'db C::DbView,
0 commit comments