mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 13:07:56 +00:00
Use storage::append in the implementation of the storage types (#5889)
* Start improving `storage_append` * Fix some stuff * Fix compilation * Update docs and add new test * More tests * Test kill + append
This commit is contained in:
@@ -119,7 +119,7 @@ mod private {
|
||||
/// Something that can be wrapped in a wasm `Pointer`.
|
||||
///
|
||||
/// This trait is sealed.
|
||||
pub trait PointerType: Sized {
|
||||
pub trait PointerType: Sized + private::Sealed {
|
||||
/// The size of the type in wasm.
|
||||
const SIZE: u32 = mem::size_of::<Self>() as u32;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user