[][src]Function frame_support::storage::hashed::get_raw

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.