MCPcopy 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
115pub trait EnvVarExtractor {
116 fn var(&self, name: &str) -> Result<String, VarError>;
117}
118
119pub struct SystemEnvExtractor;
120

Callers

nothing calls this directly

Implementers 1

env.rscrates/cargo-lambda-metadata/src/env.r

Calls

no outgoing calls

Tested by

no test coverage detected