pub fn entity_metadata(
spec: EntityMetadataSpec<'_>,
) -> Result<EntityMetadata, NodeMetadataError>Expand description
Build an EntityMetadata from its identifying fields, defaulting the
rest. See EntityMetadataSpec for why this is public.
pub fn entity_metadata(
spec: EntityMetadataSpec<'_>,
) -> Result<EntityMetadata, NodeMetadataError>Build an EntityMetadata from its identifying fields, defaulting the
rest. See EntityMetadataSpec for why this is public.