Cargo Features
[dependencies]
user_stable_vtable = { version = "0.3.0", default-features = false, features = ["alloc", "box"] }
- default = box
-
The
box
feature is set by default wheneveruser_stable_vtable
is added without
somewhere in the dependency tree.default-features = false - alloc box
- box default = alloc
-
Affects
user_stable_vtable::boxed
…