[][src]Function tendermint_light_client::store::sled::utils::key_value

pub fn key_value<K, V>(prefix: impl Into<Vec<u8>>) -> KeyValueDb<K, V>

Provides a view over the database for storing key/value pairs at the given prefix.