You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the main focus of this crate is to enabled using traits with Query, but I come across an instance where I was wanting to use traits with add_observer Trigger and found that I can't b/c Trigger requires you to have derived Component to work.
Would it be possible to expand the Query functionality to Trigger?
The text was updated successfully, but these errors were encountered:
I know the main focus of this crate is to enabled using traits with Query, but I come across an instance where I was wanting to use traits with
add_observer
Trigger and found that I can't b/c Trigger requires you to have derived Component to work.Would it be possible to expand the Query functionality to Trigger?
The text was updated successfully, but these errors were encountered: