Home
last modified time | relevance | path

Searched refs:start_authorities (Results 1 – 2 of 2) sorted by relevance

/webrtc/mdns/src/message/
H A Dbuilder.rs110 pub fn start_authorities(&mut self) -> Result<()> { in start_authorities() method
H A Dmessage_test.rs824 Box::new(|b: &mut Builder| -> Result<()> { b.start_authorities() }), in test_start_error()
1058 b.start_authorities()?; in test_builder()