[][src]Function ontio_std::database::get

pub fn get<K: AsRef<[u8]>, T>(key: K) -> Option<T> where
    T: Decoder<'a> + 'static,