MCPcopy Create free account
hub / github.com/audulus/rui / env

Method env

src/modifiers.rs:89–91  ·  view source on GitHub ↗

Add an environment value.

(self, value: E)

Source from the content-addressed store, hash-verified

87
88 /// Add an environment value.
89 fn env<E: Clone + 'static>(self, value: E) -> SetenvView<Self, E> {
90 SetenvView::new(self, value)
91 }
92
93 /// Indicates that this item can expand within a stack.
94 fn flex(self) -> Flex<Self> {

Callers 1

mainFunction · 0.80

Implementers 1

modifiers.rssrc/modifiers.rs

Calls

no outgoing calls

Tested by

no test coverage detected