mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +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>;
|
||||
}
|
||||
|
||||
// Todo: once GATs land we can model multable dependencies
|
||||
impl ChildDepState for () {
|
||||
type Ctx = ();
|
||||
type DepState = ();
|
||||
|
|
Loading…
Reference in a new issue