mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
add todo
This commit is contained in:
parent
d9276bd64c
commit
e9da4c0fb7
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ pub trait State: Default + Clone {
|
||||||
fn node_dep_types(&self, mask: &NodeMask) -> Vec<MemberId>;
|
fn node_dep_types(&self, mask: &NodeMask) -> Vec<MemberId>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Todo: once GATs land we can model multable dependencies
|
||||||
impl ChildDepState for () {
|
impl ChildDepState for () {
|
||||||
type Ctx = ();
|
type Ctx = ();
|
||||||
type DepState = ();
|
type DepState = ();
|
||||||
|
|
Loading…
Reference in a new issue