MCPcopy Create free account
hub / github.com/bootc-dev/bootc / into_iter

Method into_iter

crates/kernel_cmdline/src/bytes.rs:358–360  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

356 type IntoIter = CmdlineIter<'a>;
357
358 fn into_iter(self) -> Self::IntoIter {
359 self.iter()
360 }
361}
362
363impl<'a, 'other> Extend<Parameter<'other>> for Cmdline<'a> {

Callers 1

test_into_iteratorFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by 1

test_into_iteratorFunction · 0.36