MCPcopy Index your code
hub / github.com/cargo-lambda/cargo-lambda / deserialize

Method deserialize

crates/cargo-lambda-metadata/src/cargo/watch.rs:438–443  ·  view source on GitHub ↗
(deserializer: D)

Source from the content-addressed store, hash-verified

436
437impl<'de> Deserialize<'de> for FunctionRouter {
438 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
439 where
440 D: serde::Deserializer<'de>,
441 {
442 deserializer.deserialize_any(FunctionRouterVisitor)
443 }
444}
445
446impl Serialize for FunctionRouter {

Callers

nothing calls this directly

Calls 4

newFunction · 0.85
getMethod · 0.80
as_strMethod · 0.80
insertMethod · 0.80

Tested by

no test coverage detected