MCPcopy 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
54impl From<Timeout> for i32 {
55 fn from(t: Timeout) -> i32 {
56 t.0 as i32
57 }
58}
59
60impl From<&Timeout> for i32 {

Callers

nothing calls this directly

Calls 2

TimeoutClass · 0.85
MemoryClass · 0.85

Tested by

no test coverage detected