Skip to main content

AttributeType

Type Alias AttributeType 

Source
pub type AttributeType = NamespaceScope<AttributeInnerType>;

Aliased Type§

pub struct AttributeType {
    pub inner: AttributeInnerType,
    pub namespaces: NamespacesShared<'static>,
}

Fields§

§inner: AttributeInnerType

The actual value that was deserialized.

§namespaces: NamespacesShared<'static>

The namespaces in scope for the deserialized value.