pub fn into_async_storage_sync<T>(storage: T) -> AsyncStorageSyncwhere
    T: AsyncStorage + 'static,