From df3fe9db742e994e13e60ebe91bbdfd24abda294 Mon Sep 17 00:00:00 2001 From: Walker Crouse Date: Tue, 29 Sep 2020 10:40:27 -0400 Subject: [PATCH] Docs Signed-off-by: Walker Crouse --- zeroconf/src/txt_record.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/zeroconf/src/txt_record.rs b/zeroconf/src/txt_record.rs index 85a0c12..59ae5f8 100644 --- a/zeroconf/src/txt_record.rs +++ b/zeroconf/src/txt_record.rs @@ -3,6 +3,7 @@ use crate::{Result, TxtRecord}; use std::collections::HashMap; +/// Interface for interacting with underlying mDNS implementation TXT record capabilities pub trait TTxtRecord { /// Constructs a new TXT record fn new() -> Self;