Trait substrate_test_runtime_client::sc_executor::wasmi::memory_units::ByteSize [−]
Expand description
A trait defining the size, in bytes, of one unit of Self
.
Example
println!("The size of one word in bytes is {}.", Words::byte_size().0);