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