pub fn implements_trait_unique<'db>(
ty: Ty<'db>,
db: &'db dyn HirDatabase,
env: ParamEnvAndCrate<'db>,
trait_: TraitId,
) -> boolExpand description
This should not be used in hir-ty, only in hir.
pub fn implements_trait_unique<'db>(
ty: Ty<'db>,
db: &'db dyn HirDatabase,
env: ParamEnvAndCrate<'db>,
trait_: TraitId,
) -> boolThis should not be used in hir-ty, only in hir.