/**
Only necessary for custom (de-)serializations.
You can use this as a blanket impl trait bound to write code that is not endian-specific.
You can't implement this trait, it only exists as a trait bound.
*/
/**
Only necessary for custom (de-)serializations.
You can use this as a type parameter in your implementation to write code specific to big endian.
*/
;
/**
Only necessary for custom (de-)serializations.
You can use this as a type parameter in your implementation to write code specific to little endian.
*/
;
// ensures no one else implements the trait