fixup! feat: add a function to read a "bloc / field size" in SSV memory

This commit is contained in:
Florian Briand 2024-07-30 15:18:33 +02:00
parent 5ed52a657e
commit b8123306b7
Signed by: florian_briand
GPG Key ID: CC981B9E6B98E70B

View File

@ -6,8 +6,8 @@
#[derive(PartialEq, Debug)]
pub struct ElementSize {
size: usize,
pad: usize,
pub size: usize,
pub pad: usize,
}
#[derive(PartialEq, Debug)]