fn dyn_trait_in_self(ty: Ty<'_>) -> Option<PolyExistentialTraitRef<'_>>
Expand description
This takes a valid self
receiver type and extracts the principal trait
ref of the type. Return None
if there is no principal trait.
fn dyn_trait_in_self(ty: Ty<'_>) -> Option<PolyExistentialTraitRef<'_>>
This takes a valid self
receiver type and extracts the principal trait
ref of the type. Return None
if there is no principal trait.