Searched defs:with_message (Results 1 – 2 of 2) sorted by relevance
107 pub fn with_message(mut self, message: impl Into<String>) -> Label<FileId> { in with_message() method193 pub fn with_message(mut self, message: impl Into<String>) -> Diagnostic<FileId> { in with_message() method
183 pub fn with_message<T: Into<RpcStatusCode>>(code: T, message: String) -> RpcStatus { in with_message() method