MCPcopy Create free account
hub / github.com/csskit/csskit / into_iter

Method into_iter

crates/css_parse/src/syntax/comma_separated.rs:120–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 type IntoIter = IntoIter<'a, Self::Item>;
119
120 fn into_iter(self) -> Self::IntoIter {
121 self.items.into_iter()
122 }
123}
124
125impl<'a, 'b, T, const MIN: usize> IntoIterator for &'b CommaSeparated<'a, T, MIN> {

Callers 15

generateFunction · 0.80
find_visitable_nodesFunction · 0.80
find_queryable_nodesFunction · 0.80
metadataMethod · 0.80
to_chromashiftMethod · 0.80
specificityMethod · 0.80
shortestMethod · 0.80
spec_siblingsMethod · 0.80
diagnosticsMethod · 0.80
selectorsMethod · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected