pub type FacetPtr = Box<dyn Facet>;
A reference to a struct implementing Facet.
struct FacetPtr(/* private fields */);