Docs.rs
  • memcached-rs-0.4.2
    • memcached-rs 0.4.2
    • 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.7 normal
      • semver ^0.9 normal
      • env_logger ^0.7 dev
      • unix_socket ^0.5 normal
    • Versions
    • 9.78% of the crate is documented
  • 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

memcached0.4.2

Proto

Implementors

In memcached::proto

memcached::proto

Trait Proto

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

Implementors§

Source§

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