Structs§
Statics§
- DEREF_
INTO_ DYN_ SUPERTRAIT - The
deref_into_dyn_supertrait
lint is emitted whenever there is aDeref
implementation fordyn SubTrait
with adyn SuperTrait
type as theOutput
type.
deref_into_dyn_supertrait
lint is emitted whenever there is a Deref
implementation
for dyn SubTrait
with a dyn SuperTrait
type as the Output
type.