Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
impl<
'a, '
other> Extend<Parameter<
'other>> for Cmdline<'
a> {
Callers
1
test_into_iterator
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
1
test_into_iterator
Function · 0.36