Trait stp258_traits::data_provider::DataProvider[][src]

pub trait DataProvider<Key, Value> {
    fn get(key: &Key) -> Option<Value>;
}

A simple trait to provide data

Required methods

fn get(key: &Key) -> Option<Value>[src]

Get data by key

Loading content...

Implementors

Loading content...