Home
last modified time | relevance | path

Searched defs:ConfigError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs733 pub struct ConfigError { struct
737 impl fmt::Display for ConfigError { implementation
789 pub fn update(&mut self, mut json: serde_json::Value) -> Result<(), ConfigError> { in update() argument