Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bootc-dev/bootc
/ CmdlineIter
Class
CmdlineIter
crates/kernel_cmdline/src/bytes.rs:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
/// This is created by the `iter` method on `Cmdline`.
63
#[derive(Debug)]
64
pub struct CmdlineIter<
'a>(CmdlineIterBytes<'
a>);
65
66
impl<
'a> Iterator for CmdlineIter<'
a> {
67
type Item = Parameter<'a>;
Callers
1
iter
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected