MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / Iter

Class Iter

euralios_std/src/path.rs:698–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696#[derive(Clone)]
697#[must_use = "iterators are lazy and do nothing unless consumed"]
698pub struct Iter<'a> {
699 inner: Components<'a>,
700}
701
702impl<'a> Components<'a> {
703 // Given the iteration so far, how much of the pre-State::Body path is left?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected