pub fn no_data(version: EncoderVersion) -> Result<Vec<u8>, CodecError>
Expand description
Encode a NoData
message into a byte stream. This can be used by the remote store
(i.e. data producer) to signal back to the client that there’s no data available.