pub fn save<T: Serialize, S: Storage>(
    storage: &mut S,
    key: &[u8],
    value: &T
) -> StdResult<()>
Expand description

Save something to the storage.