Type Alias rend::char_be

source ·
pub type char_be = BigEndian<char>;
Expand description

Alias for BigEndian<char> .

Aliased Type§

struct char_be { /* private fields */ }