WIP
This commit is contained in:
parent
dd6425e898
commit
0bf607cd2d
48 changed files with 319 additions and 325 deletions
|
@ -101,7 +101,7 @@ pub trait Item: View {
|
|||
fn tab_description<'a>(&'a self, _: usize, _: &'a AppContext) -> Option<Cow<str>> {
|
||||
None
|
||||
}
|
||||
fn tab_content<V: View>(
|
||||
fn tab_content<V: 'static>(
|
||||
&self,
|
||||
detail: Option<usize>,
|
||||
style: &theme::Tab,
|
||||
|
@ -943,7 +943,7 @@ pub mod test {
|
|||
})
|
||||
}
|
||||
|
||||
fn tab_content<V: View>(
|
||||
fn tab_content<V: 'static>(
|
||||
&self,
|
||||
detail: Option<usize>,
|
||||
_: &theme::Tab,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue