We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c44d61 commit f7f2b51Copy full SHA for f7f2b51
client/src/tasks/bsp_upload_file.rs
@@ -79,7 +79,7 @@ pub struct BspUploadFileTask<NT, Runtime>
79
where
80
NT: ShNodeType<Runtime>,
81
NT::FSH: BspForestStorageHandlerT<Runtime>,
82
- Runtime: StorageEnableRuntime,
+ Runtime: StorageEnableRuntime + 'static,
83
{
84
storage_hub_handler: StorageHubHandler<NT, Runtime>,
85
file_key_cleanup: Option<Runtime::Hash>,
0 commit comments