Trait fate::marker::fixed_consistent_repr::FixedConsistentSize [] [src]

pub unsafe trait FixedConsistentSize: Sized { }

A type which size is not only known at compile-time, but guaranteed to be the same across operating systems, hardware, compilers and build settings.

Implementors