Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ from
Method
from
crates/cargo-lambda-metadata/src/lambda.rs:55–57 ·
view source on GitHub ↗
(t: Timeout)
Source
from the content-addressed store, hash-verified
53
54
impl From<Timeout> for i32 {
55
fn from(t: Timeout) -> i32 {
56
t.0 as i32
57
}
58
}
59
60
impl From<&Timeout> for i32 {
Callers
nothing calls this directly
Calls
2
Timeout
Class · 0.85
Memory
Class · 0.85
Tested by
no test coverage detected