Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ Timeout
Class
Timeout
crates/cargo-lambda-metadata/src/lambda.rs:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
16
pub struct Timeout(u32);
17
18
impl Timeout {
19
pub fn new(i: u32) -> Timeout {
Callers
4
new
Method · 0.85
default
Method · 0.85
from_str
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected