Link to In in pipe documentation (#10596)
This commit is contained in:
parent
201f5b2d0b
commit
0c9f265423
@ -155,8 +155,8 @@ pub trait IntoSystem<In, Out, Marker>: Sized {
|
|||||||
|
|
||||||
/// Pass the output of this system `A` into a second system `B`, creating a new compound system.
|
/// Pass the output of this system `A` into a second system `B`, creating a new compound system.
|
||||||
///
|
///
|
||||||
/// The second system must have `In<T>` as its first parameter, where `T`
|
/// The second system must have [`In<T>`](crate::system::In) as its first parameter,
|
||||||
/// is the return type of the first system.
|
/// where `T` is the return type of the first system.
|
||||||
fn pipe<B, Final, MarkerB>(self, system: B) -> PipeSystem<Self::System, B::System>
|
fn pipe<B, Final, MarkerB>(self, system: B) -> PipeSystem<Self::System, B::System>
|
||||||
where
|
where
|
||||||
B: IntoSystem<Out, Final, MarkerB>,
|
B: IntoSystem<Out, Final, MarkerB>,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user