mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
Make DefaultByte implement Send + Sync (#3333)
* Make `DefaultByte` implement `Send + Sync` * Update runtime version.
This commit is contained in:
committed by
David Craven
parent
46709e8381
commit
ea58b7c92a
@@ -1069,6 +1069,12 @@ fn store_functions_to_metadata (
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl<#traitinstance: #traittype, #instance #bound_instantiable> Send
|
||||
for #struct_name<#traitinstance, #instance> #where_clause {}
|
||||
|
||||
unsafe impl<#traitinstance: #traittype, #instance #bound_instantiable> Sync
|
||||
for #struct_name<#traitinstance, #instance> #where_clause {}
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
impl<#traitinstance: #traittype, #instance #bound_instantiable> #scrate::metadata::DefaultByte
|
||||
for #struct_name<#traitinstance, #instance> #where_clause
|
||||
|
||||
Reference in New Issue
Block a user