pub fn assert_ok(inp: Result<(), ProtocolTestFailure>)
Expand description

Check that the protocol test succeeded & print the pretty error if it did not

The primary motivation is making multiline debug output readable & using the cleaner Display implementation