MCPcopy 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)]
64pub struct CmdlineIter<'a>(CmdlineIterBytes<'a>);
65
66impl<'a> Iterator for CmdlineIter<'a> {
67 type Item = Parameter<'a>;

Callers 1

iterMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected