Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ EnvVarExtractor
Interface
EnvVarExtractor
crates/cargo-lambda-metadata/src/env.rs:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
pub trait EnvVarExtractor {
116
fn var(&self, name: &str) -> Result<String, VarError>;
117
}
118
119
pub struct SystemEnvExtractor;
120
Callers
nothing calls this directly
Implementers
1
env.rs
crates/cargo-lambda-metadata/src/env.r
Calls
no outgoing calls
Tested by
no test coverage detected