Results
- trait method
redpanda_http_rust::panda_client::RedPandaHttpClient::get
&mut RedPandaHttpClient, &str -> Result<Vec<u8>, RedPandaError>
method redpanda_http_rust::panda_client::RedPandaClient::new
&mut Box<RedPandaHttpClient>, &str, &str -> Result<RedPandaClient, RedPandaError>
method redpanda_http_rust::panda_client::RedPandaClient::poll
&mut RedPandaClient, &mut Box<RedPandaHttpClient>, i32 -> Result<Vec<Record>, RedPandaError>
method redpanda_http_rust::panda_client::RedPandaClient::commit_state
&mut RedPandaClient, &mut Box<RedPandaHttpClient>, &CommitState -> Result<(), RedPandaError>
method redpanda_http_rust::panda_client::RedPandaClient::register_topic
&mut RedPandaClient, &mut Box<RedPandaHttpClient>, Vec<&str> -> Result<(), RedPandaError>
trait method redpanda_http_rust::panda_client::RedPandaHttpClient::post
&mut RedPandaHttpClient, &str, &mut Vec<(String, String)>, Vec<u8> -> Result<Vec<u8>, RedPandaError>
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
Try on DuckDuckGo?
Or try looking in one of these:
- The Rust Reference for technical details about the language.
- Rust By Example for expository code examples.
- The Rust Book for introductions to language features and the language itself.
- Docs.rs for documentation of crates released on crates.io.