Skip to content

test_common: Rewrite protocol_bind! as a function

Colin Kinloch requested to merge ColinKinloch/way-assay:fun_proto_bind into main

I'm not sure if there are benefits to protocol_bind being a macro.

bind! in the ClientStates reduces the argument count which is a little more convenient.

Merge request reports