//! Facet implementation for Shape
use crate::;
// Shape - treat as opaque for now
// It contains many reference types (&'static str, &'static [T], etc.)
// that would require implementing Facet for those reference types.
// We can expand this later when we have proper support for reference types.
unsafe