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

Class Vars

euralios_std/src/env.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19pub struct Vars {
20 envs: String,
21 pos: usize
22}
23
24impl Iterator for Vars {
25 type Item = (String, String);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected