Skip to main content

SingleKey

Trait SingleKey 

Source
pub trait SingleKey {
    // Required method
    fn key(&self) -> &Vec<u8> ;
}
Expand description

Indicates that a request operates on a single key.

Required Methods§

Source

fn key(&self) -> &Vec<u8>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§