Update a test
This commit is contained in:
parent
448991a6f3
commit
bbf061511b
@ -78,8 +78,7 @@ impl<M, S, F, X> SubSelectDirect<M, S, F, X>
|
|||||||
where
|
where
|
||||||
M: select::Selector,
|
M: select::Selector,
|
||||||
S: event::Stream,
|
S: event::Stream,
|
||||||
F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>)
|
F: for<'t> FnMut(transform::Api<'t, Stream<ContentStream<S>>>) -> transform::Api<'t, X>,
|
||||||
-> transform::Api<'t, X>,
|
|
||||||
X: event::Stream,
|
X: event::Stream,
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user