We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37df898 + cb1cad9 commit b547766Copy full SHA for b547766
1 file changed
src/operator/mod.rs
@@ -36,7 +36,7 @@ pub trait Operator<I> {
36
37
impl<'a, I, P> Operator<I> for &'a mut P
38
where
39
- P: Operator<I>,
+ P: Operator<I> + ?Sized,
40
{
41
type Output = P::Output;
42
0 commit comments