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