Trait GetSignificantLinksProperty

Source
pub trait GetSignificantLinksProperty {
    type IdType;
    type PropertyType;

    // Required method
    fn get_significant_links_property(
        &self,
        id: &Self::IdType,
    ) -> Vec<&Self::PropertyType>;
}
👎Deprecated: This schema is superseded by https://schema.org/significantLink.
Expand description

Required Associated Types§

Source

type IdType

👎Deprecated: This schema is superseded by https://schema.org/significantLink.
Source

type PropertyType

👎Deprecated: This schema is superseded by https://schema.org/significantLink.

Required Methods§

👎Deprecated: This schema is superseded by https://schema.org/significantLink.

Implementors§

Source§

impl GetSignificantLinksProperty for schema_org_traits::json_ld_0_15::JsonLdStore

Available on crate feature json-ld_0_15 only.
Source§

impl GetSignificantLinksProperty for schema_org_traits::json_ld_0_16::JsonLdStore

Available on crate feature json-ld_0_16 only.