[][src]Function cosmwasm_storage::typed

pub fn typed<S: Storage, T>(storage: &mut S) -> TypedStorage<S, T> where
    T: Serialize + DeserializeOwned