Trait FindCtIds
Source pub trait FindCtIds {
type IdType;
// Required method
fn find_ct_ids(&self) -> Vec<&Self::IdType>;
}
Expand description
Source§Available on crate feature json-ld_0_15 only.
Source§Available on crate feature json-ld_0_16 only.