Docs
Signed-off-by: Walker Crouse <walker.crouse@coop.co.uk>
This commit is contained in:
parent
fefdaa4f2c
commit
df3fe9db74
@ -3,6 +3,7 @@
|
|||||||
use crate::{Result, TxtRecord};
|
use crate::{Result, TxtRecord};
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
|
/// Interface for interacting with underlying mDNS implementation TXT record capabilities
|
||||||
pub trait TTxtRecord {
|
pub trait TTxtRecord {
|
||||||
/// Constructs a new TXT record
|
/// Constructs a new TXT record
|
||||||
fn new() -> Self;
|
fn new() -> Self;
|
||||||
|
Loading…
Reference in New Issue
Block a user