Module lib::assert_ready

source ·
Expand description

Assert macros for Ready(_) items.

These macros help compare Ready(…) items, such as std::Ready::Ready or similar.

Assert expression is Ready(_):

Compare Ready(…) to another Ready(…):

Compare Ready(…) to an expression:

Modules§