Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
This commit is contained in:
Walker Crouse 2020-09-29 10:40:27 -04:00
parent fefdaa4f2c
commit df3fe9db74

View File

@ -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;