Type Alias BoxResponseTrait

Source
pub type BoxResponseTrait = Box<dyn ResponseTrait<OutputText = UdpResponseText, OutputBinary = UdpResponseBinary>>;
Expand description

Boxed trait object for UDP responses.

Can contain either text or binary response implementations.

Aliased Typeยง

pub struct BoxResponseTrait(/* private fields */);