pub type BoxResponseTrait = Box<dyn ResponseTrait<OutputText = TcpResponseText, OutputBinary = TcpResponseBinary>>;
Expand description
Boxed trait object for response operations with text and binary output types.
Aliased Typeยง
pub struct BoxResponseTrait(/* private fields */);