Trait wasmi_core::ExtendInto
source · pub trait ExtendInto<T> {
// Required method
fn extend_into(self) -> T;
}
Expand description
Convert one type to another by extending with leading zeroes.
Required Methods§
sourcefn extend_into(self) -> T
fn extend_into(self) -> T
Convert one type to another by extending with leading zeroes.