Cargo Features
[dependencies]
option_trait = { version = "1.0.6", default-features = false, features = ["opt_cell"] }
- default = opt_cell
-
The
opt_cell
feature is set by default wheneveroption_trait
is added without
somewhere in the dependency tree.default-features = false - opt_cell default
option_trait has 2 features without comments.