Struct kafka_protocol::protocol::DecodeError
source · pub struct DecodeError;
Expand description
An error representing any fault while decoding a message, usually when the buffer is incorrectly sized or otherwise invalid for the decoded message.