Skip to main content

TargetSlice

Trait TargetSlice 

Source
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.

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> TargetSlice<T> for [T]
where T: TargetMember,

Implementors§