Is there a "right" way to implement a custom buffer for a chan?
I'm a bit wary of relying on a namespace with impl
in its name, but maybe that's what I need to do?
that's what it's for
if you're making buffers, you're impl'ing
Ok, I guess I was thinking of that as an implementation detail that I shouldn't depend on
you can rely on the protocols
Ok, thanks