trait TargetSlice<T>where
T: TargetMember,{
// Required methods
fn contains_target(&self, other: &T) -> bool;
fn has_duplicate_targets(&self) -> bool;
}Expand description
Supporting algorithms on lists of processing instructions, from the specification.