Trait GetServiceAudienceProperty

Source
pub trait GetServiceAudienceProperty {
    type IdType;
    type PropertyType;

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

Required Associated Types§

Source

type IdType

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

type PropertyType

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

Required Methods§

Source

fn get_service_audience_property( &self, id: &Self::IdType, ) -> Vec<&Self::PropertyType>

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

Implementors§

Source§

impl GetServiceAudienceProperty for schema_org_traits::json_ld_0_15::JsonLdStore

Available on crate feature json-ld_0_15 only.
Source§

impl GetServiceAudienceProperty for schema_org_traits::json_ld_0_16::JsonLdStore

Available on crate feature json-ld_0_16 only.