pub fn put<T>(key: &[u8], value: &T)where
    T: Encode + ?Sized,
Expand description

Put value in storage under key.