[][src]Type Definition simple_endian::i32be

type i32be = BigEndian<i32>;

Shorthand for BigEndian<i32>