Home
last modified time | relevance | path

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

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