mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Add missing link to EditView doc
This commit is contained in:
parent
53402a0063
commit
ce6975a8f7
@ -295,6 +295,7 @@ the item currently selected, nothing too surprising.
|
|||||||
We have to find the `SelectView` twice, otherwise we're still borrowing `s`
|
We have to find the `SelectView` twice, otherwise we're still borrowing `s`
|
||||||
when we try to add a new layer - one of the quirks of the borrow checker.
|
when we try to add a new layer - one of the quirks of the borrow checker.
|
||||||
|
|
||||||
|
[`EditView`]: http://gyscos.github.io/Cursive/cursive/views/struct.EditView.html
|
||||||
[`IdView`]: http://gyscos.github.io/Cursive/cursive/views/struct.IdView.html
|
[`IdView`]: http://gyscos.github.io/Cursive/cursive/views/struct.IdView.html
|
||||||
[`IdView::new`]: http://gyscos.github.io/Cursive/cursive/prelude/struct.IdView.html#method.new
|
[`IdView::new`]: http://gyscos.github.io/Cursive/cursive/prelude/struct.IdView.html#method.new
|
||||||
[`Identifiable`]: http://gyscos.github.io/Cursive/cursive/view/trait.Identifiable.html
|
[`Identifiable`]: http://gyscos.github.io/Cursive/cursive/view/trait.Identifiable.html
|
||||||
|
Loading…
Reference in New Issue
Block a user