Commit d127592
authored
feat(app/core): add
this commit introduces an `into_inner()` method to `Layers<L>`.
like the equivalent method for `Stack<S>`, it provides a way to consume
the stack or layer, returning the inner `L`-typed layers.
Signed-off-by: katelyn martin <[email protected]>Layers::into_inner() (#4192)1 parent 0106ae3 commit d127592
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments