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