pub type FacetType = NamespaceScope<FacetInnerType>;Aliased Type§
pub struct FacetType {
pub inner: FacetInnerType,
pub namespaces: NamespacesShared<'static>,
}Fields§
§inner: FacetInnerTypeThe actual value that was deserialized.
namespaces: NamespacesShared<'static>The namespaces in scope for the deserialized value.