Searched defs:ConfigDesc (Results 1 – 2 of 2) sorted by relevance
67 pub fn config_desc(&self) -> &ConfigDesc { in config_desc()250 pub struct ConfigDesc { struct256 impl ConfigDesc { implementation273 impl Display for ConfigDesc { implementation297 pub fn build(self) -> ConfigDesc { in build()
204 ) -> Result<Option<ConfigDesc>> { in validate_config_desc()228 fn config_desc_from_slice(session: &Session, bytes: &[u8]) -> Result<ConfigDesc> { in config_desc_from_slice()