Closed refcell closed 2 weeks ago
protocol
Remove the add_raw_compressed_batch method on the ChannelOut, since the field is public, and the std method add_batch provides a clean way of setting the compressed data for a given batch.
add_raw_compressed_batch
ChannelOut
std
add_batch
No response
Component
protocol
Describe the feature you would like
Remove the
add_raw_compressed_batch
method on theChannelOut
, since the field is public, and thestd
methodadd_batch
provides a clean way of setting the compressed data for a given batch.Additional context
No response