Trait script::dom::htmlcollection::CollectionFilter
source · pub trait CollectionFilter: JSTraceable {
// Required method
fn filter<'a>(&self, elem: &'a Element, root: &'a Node) -> bool;
}
pub trait CollectionFilter: JSTraceable {
// Required method
fn filter<'a>(&self, elem: &'a Element, root: &'a Node) -> bool;
}