Function aws_smithy_protocol_test::assert_ok
source ยท 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