Docs.rs
  • memcached-rs-0.4.1
    • memcached-rs 0.4.1
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zonyitoo
    • Dependencies
      • bufstream ^0.1 normal
      • byteorder ^1.2 normal
      • conhash ^0.4 normal
      • log ^0.4 normal
      • rand ^0.5 normal
      • semver ^0.9 normal
      • env_logger ^0.5 dev
      • unix_socket ^0.5 normal
    • Versions
    • 10.96% 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Proto

Implementors

In memcached::proto

?
Change settings

Trait memcached::proto::Proto

source ·
pub trait Proto: Operation + MultiOperation + ServerOperation + NoReplyOperation + CasOperation + AuthOperation { }

Implementors

source

impl<T> Proto for Twhere
    T: Operation + MultiOperation + ServerOperation + NoReplyOperation + CasOperation + AuthOperation,