Function frame_support::storage::hashed::get_raw [−][src]
pub fn get_raw<HashFn, R>(hash: &HashFn, key: &[u8]) -> Option<Vec<u8>> where
HashFn: Fn(&[u8]) -> R,
R: AsRef<[u8]>,
Get a Vec of bytes from storage.