Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ default
Method
default
crates/cargo-lambda-metadata/src/lambda.rs:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
38
impl Default for Timeout {
39
fn default() -> Self {
40
Timeout(30)
41
}
42
}
43
44
impl FromStr for Timeout {
Callers
nothing calls this directly
Calls
1
Timeout
Class · 0.85
Tested by
no test coverage detected