pulsar_binary_protocol_spec/client_half_requests/
consumer_flow_half_request.rsuse crate::commands::FlowCommand;
use super::HalfRequest;
pub struct ConsumerFlowHalfRequest {}
impl HalfRequest for ConsumerFlowHalfRequest {
type Request = FlowCommand;
type Error = ConsumerFlowHalfRequestError;
}
make_x_half_request_error!(
ConsumerFlow;
);