//! Crate prelude
pubusecrate::browser::TMdnsBrowser;pubusecrate::event_loop::TEventLoop;pubusecrate::service::TMdnsService;pubusecrate::txt_record::TTxtRecord;/// Implements a `builder()` function for the specified type
pubtraitBuilderDelegate<T: Default> {/// Initializes a new default builder of type `T`
fnbuilder()-> T{T::default()}}