🔥
This commit is contained in:
parent
bb954e29cf
commit
4f472e1442
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ pub trait Item: Entity + Sized {
|
||||||
pub trait ItemView: View {
|
pub trait ItemView: View {
|
||||||
type ItemHandle: ItemHandle;
|
type ItemHandle: ItemHandle;
|
||||||
|
|
||||||
fn added_to_pane(&mut self, _: Rc<Navigation>, _: &mut ViewContext<Self>) {}
|
|
||||||
fn deactivated(&mut self, _: &mut ViewContext<Self>) {}
|
fn deactivated(&mut self, _: &mut ViewContext<Self>) {}
|
||||||
fn navigate(&mut self, _: Box<dyn Any>, _: &mut ViewContext<Self>) {}
|
fn navigate(&mut self, _: Box<dyn Any>, _: &mut ViewContext<Self>) {}
|
||||||
fn item_handle(&self, cx: &AppContext) -> Self::ItemHandle;
|
fn item_handle(&self, cx: &AppContext) -> Self::ItemHandle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue