mirror of https://github.com/0xplaygrounds/rig
chore: satisfy ci
This commit is contained in:
parent
49221ab848
commit
0ba10f0e3e
|
@ -22,6 +22,15 @@ where
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl<T> Default for ExtractorLayer<T>
|
||||||
|
where
|
||||||
|
T: for<'a> Deserialize<'a>,
|
||||||
|
{
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
impl<S, T> Layer<S> for ExtractorLayer<T>
|
impl<S, T> Layer<S> for ExtractorLayer<T>
|
||||||
where
|
where
|
||||||
T: for<'a> Deserialize<'a>,
|
T: for<'a> Deserialize<'a>,
|
||||||
|
|
Loading…
Reference in New Issue