MCPcopy Create free account
hub / github.com/aws/aws-lambda-rust-runtime / deserialize

Function deserialize

lambda-events/src/custom_serde/http_method.rs:30–35  ·  view source on GitHub ↗
(de: D)

Source from the content-addressed store, hash-verified

28}
29
30pub fn deserialize<'de, D>(de: D) -> Result<Method, D::Error>
31where
32 D: Deserializer<'de>,
33{
34 de.deserialize_str(MethodVisitor)
35}
36
37pub fn deserialize_optional<'de, D>(deserializer: D) -> Result<Option<Method>, D::Error>
38where

Callers 9

deserialize_optionalFunction · 0.70
deserialize_base64Function · 0.70
deserialize_nullishFunction · 0.70
normalize_timestampFunction · 0.50
visit_mapMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected