MCPcopy 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)]
60pub struct CmdlineIterStr<'a>(bytes::CmdlineIterBytes<'a>);
61
62impl<'a> Iterator for CmdlineIterStr<'a> {
63 type Item = &'a str;

Callers 1

iter_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected