Type Alias BoxResponseTrait

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

Aliased Typeยง

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