Function WebRPCPeer.implementation
Accesses the remote peer's API interface.
inout inout(I) implementation() @property;
Note that this does not need to be called explicitly, as an alias this
will make all methods of I
available on WebRPCPeer
directly.