Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ LambdaCommandExt
Interface
LambdaCommandExt
crates/cargo-lambda-cli/tests/harness/mod.rs:147–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
pub trait LambdaCommandExt {
148
fn cargo_lambda() -> Self;
149
}
150
151
impl LambdaCommandExt for Command {
152
fn cargo_lambda() -> Self {
Callers
nothing calls this directly
Implementers
1
mod.rs
crates/cargo-lambda-cli/tests/harness/
Calls
no outgoing calls
Tested by
no test coverage detected