Skip to main content

FacetType

Type Alias FacetType 

Source
pub type FacetType = NamespaceScope<FacetInnerType>;

Aliased Type§

pub struct FacetType {
    pub inner: FacetInnerType,
    pub namespaces: NamespacesShared<'static>,
}

Fields§

§inner: FacetInnerType

The actual value that was deserialized.

§namespaces: NamespacesShared<'static>

The namespaces in scope for the deserialized value.