pub trait SingleKey { // Required method fn key(&self) -> &Vec<u8> ⓘ; }
Indicates that a request operates on a single key.