elfo icon indicating copy to clipboard operation
elfo copied to clipboard

`assert_msg!` should be implemented via `msg!`

Open loyd opened this issue 2 years ago • 0 comments

It also allows the following code

// works
assert_msg!(proxy.recv().await, SomeEvent { .. });

// doesn't work
assert_msg!(proxy.recv().await, SomeEvent);

loyd avatar May 17 '22 02:05 loyd