rustc_trait_selection::traits

Module dyn_compatibility

Source
Expand description

“Dyn-compatibility”1 refers to the ability for a trait to be converted to a trait object. In general, traits may only be converted to a trait object if certain criteria are met.


  1. Formerly known as “object safety”. 

Structs§

Enums§

Functions§