fix: use correct trait bound in WithObservers Executor (#1633)
This commit is contained in:
parent
0db67dfc9a
commit
c9403cbd00
@ -51,7 +51,7 @@ where
|
|||||||
|
|
||||||
impl<E, OT> HasObservers for WithObservers<E, OT>
|
impl<E, OT> HasObservers for WithObservers<E, OT>
|
||||||
where
|
where
|
||||||
E: HasObservers + Debug,
|
E: UsesState + Debug,
|
||||||
OT: ObserversTuple<E::State> + Debug,
|
OT: ObserversTuple<E::State> + Debug,
|
||||||
{
|
{
|
||||||
fn observers(&self) -> &OT {
|
fn observers(&self) -> &OT {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user