Searched refs:authority (Results 1 – 3 of 3) sorted by relevance
226 pub fn authority(&mut self) -> Result<Resource> { in authority() method243 match self.authority() { in all_authorities()
339 for authority in &mut self.authorities { in append_pack()340 msg = authority.pack(msg, &mut compression, compression_off)?; in append_pack()
620 Box::new(|p: &mut Parser<'_>| -> Result<()> { p.authority().map(|_| ()) }), in test_skip_after_read()