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

pub fn put_raw<HashFn, R>(hash: &HashFn, key: &[u8], value: &[u8]) where
    HashFn: Fn(&[u8]) -> R,
    R: AsRef<[u8]>, 
Expand description

Put a raw byte slice into storage.