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
The easy and composable thing would be to assume all type parameters are Querys and do <'a, SpriteLike = &'a Sprite> and pub sprite: SpriteLike. The general case, including your example as written, probably requires allowing the user to specify custom bounds.
Basically I'd love this to work:
I'll take a look in the macro to see how tough it would be, but I suspect not terribly difficult, but not sure!
The text was updated successfully, but these errors were encountered: