Trait GetCourseWorkloadProperty

Source
pub trait GetCourseWorkloadProperty {
    type IdType;
    type PropertyType;

    // Required method
    fn get_course_workload_property(
        &self,
        id: &Self::IdType,
    ) -> Vec<&Self::PropertyType>;
}
Expand description

Required Associated Types§

Required Methods§

Implementors§

Source§

impl GetCourseWorkloadProperty for schema_org_traits::json_ld_0_15::JsonLdStore

Available on crate feature json-ld_0_15 only.
Source§

impl GetCourseWorkloadProperty for schema_org_traits::json_ld_0_16::JsonLdStore

Available on crate feature json-ld_0_16 only.