We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
edge-mdns
1 parent ac35568 commit 38c680cCopy full SHA for 38c680c
edge-mdns/src/host.rs
@@ -77,7 +77,7 @@ impl HostAnswers for Host<'_> {
77
#[derive(Debug, Clone)]
78
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
79
pub struct Service<'a> {
80
- /// The name of the service.
+ /// The name of the service. I.e. "printer"
81
pub name: &'a str,
82
/// The priority of the service.
83
pub priority: u16,
0 commit comments