blob: d2ee426763e7b1b60f7cb6a23b0d1b02aecf94a3 [file] [view]
The `Sized` trait is a special trait built-in to the compiler for types with a
constant size known at compile-time. This trait is automatically implemented
for types as needed by the compiler, and it is currently disallowed to
explicitly implement it for a type.