BoxResponseTrait

Type Alias BoxResponseTrait 

Source
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 */);