feat: implement clone for IntoPipeSystem (#20108)
# Objective Implement `Clone` for `IntoPipeSystem`, allowing for `T: IntoSystem + Clone` patterns. ## Precedence Same clone implementation/docs as `CombinatorSystem`
This commit is contained in:
parent
4e9e78c31e
commit
6671575eb0
@ -252,6 +252,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// An [`IntoSystem`] creating an instance of [`PipeSystem`].
|
/// An [`IntoSystem`] creating an instance of [`PipeSystem`].
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct IntoPipeSystem<A, B> {
|
pub struct IntoPipeSystem<A, B> {
|
||||||
a: A,
|
a: A,
|
||||||
b: B,
|
b: B,
|
||||||
|
Loading…
Reference in New Issue
Block a user