mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-08 03:48:27 +00:00
Prepare for follow-on change
This commit is contained in:
parent
9090b9bc60
commit
3754d46fcf
@ -15,7 +15,10 @@ pub struct Shape {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl Shape {
|
impl Shape {
|
||||||
pub fn extend_with<T>(&mut self, _: &mut Store<T>) -> ShapeExtender<(), T> {
|
pub fn extend_with<'r, T>(
|
||||||
|
&'r mut self,
|
||||||
|
_: &'r mut Store<T>,
|
||||||
|
) -> ShapeExtender<'r, (), T> {
|
||||||
ShapeExtender::new(&mut self.sequence)
|
ShapeExtender::new(&mut self.sequence)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user