Trait kvcache::GetStrLi

source ·
pub trait GetStrLi {
    // Required method
    async fn get(&self, keys: &[&str]) -> Result<Vec<String>>;
}

Required Methods§

source

async fn get(&self, keys: &[&str]) -> Result<Vec<String>>

Object Safety§

This trait is not object safe.

Implementors§