Cargo Features
[dependencies]
trait-cast = { version = "0.3.4", default-features = false, features = ["alloc", "downcast_unchecked", "min_specialization"] }
- default = alloc
-
The
alloc
feature is set by default whenevertrait-cast
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
trait_cast::TraitcastableAnyInfraExt
… - downcast_unchecked
-
Affects
trait_cast::TraitcastableAnyInfra.downcast_ref_unchecked
,trait_cast::TraitcastableAnyInfra.downcast_mut_unchecked
,trait_cast::TraitcastableAnyInfraExt.downcast_unchecked
… - min_specialization