Trait wai_bindgen_wasmer::Endian
source · pub trait Endian: AllBytesValid + Copy + Sized {
// Required methods
fn into_le(self) -> Self;
fn from_le(self) -> Self;
}
Expand description
Trait used for the implementation of the Le
type.