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
It looks like assert_impl_all or assert_impl_any do not allow this kind of generic syntax, but looking at the internal tests it seems that the private assert_impl macro does. Would it be possible to make assert_impl public to enable such generic usages publicly?
The text was updated successfully, but these errors were encountered:
I'm trying to figure out if it is possible to use the "assert impl" macro family in a generic way. Something like:
It looks like
assert_impl_all
orassert_impl_any
do not allow this kind of generic syntax, but looking at the internal tests it seems that the privateassert_impl
macro does. Would it be possible to makeassert_impl
public to enable such generic usages publicly?The text was updated successfully, but these errors were encountered: