Docs.rs
  • kafka-api-0.1.0
    • kafka-api 0.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tisonkun
    • Dependencies
      • bytes ^1.4.0 normal
      • uuid ^1.3.4 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Decodable

Required Methods

  • decode

Implementors

In kafka_api

?
Change settings

Trait kafka_api::Decodable

source ·
pub trait Decodable: Sized {
    // Required method
    fn decode<B: Buf>(buf: &mut B, version: i16) -> Result<Self>;
}

Required Methods§

source

fn decode<B: Buf>(buf: &mut B, version: i16) -> Result<Self>

Implementors§

source§

impl Decodable for ApiVersionsRequest

source§

impl Decodable for CreatableReplicaAssignment

source§

impl Decodable for CreatableTopic

source§

impl Decodable for CreatableTopicConfig

source§

impl Decodable for CreateTopicsRequest

source§

impl Decodable for InitProducerIdRequest

source§

impl Decodable for MetadataRequest

source§

impl Decodable for MetadataRequestTopic

source§

impl Decodable for RequestHeader