AlexNav73
Results
2
comments of
AlexNav73
Here is example of code: ```rust extern crate rs_es; extern crate serde; use rs_es::Client; use rs_es::operations::index::IndexOperation; use serde::Serialize; const INDEX_NAME: &'static str = "my_index"; struct Wrapper(Client); impl Wrapper { fn...
I think I have same problem. Autocompletion isn't work, but I can view documentation, jump to definition.