[−][src]Trait wasmi::memory_units::ByteSize
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);
Required Methods
Implementations on Foreign Types
impl ByteSize for Pages
[src]
impl ByteSize for Pages
impl ByteSize for Words
[src]
impl ByteSize for Words