Skip to main content

Module env_list

Module env_list 

Source
Expand description

PAM environment list

Structs§

EnvItem
Item in a PAM environment list.
EnvList
A PAM environment list
TupleIter
Iterator over EnvItems converted to (key: &OsStr, value: &OsStr) tuples.

Type Aliases§

Iter
Iterator over EnvItems in an EnvList.