pub type BoxResponseTrait = Box<dyn ResponseTrait<OutputText = UdpResponseText, OutputBinary = UdpResponseBinary>>;Expand description
A type alias for a boxed ResponseTrait object.
Aliased Typeยง
pub struct BoxResponseTrait(/* private fields */);pub type BoxResponseTrait = Box<dyn ResponseTrait<OutputText = UdpResponseText, OutputBinary = UdpResponseBinary>>;A type alias for a boxed ResponseTrait object.
pub struct BoxResponseTrait(/* private fields */);