MCPcopy Create free account
hub / github.com/cargo-lambda/cargo-lambda / from

Method from

crates/cargo-lambda-new/src/template/config.rs:41–43  ·  view source on GitHub ↗
(value: PromptValue)

Source from the content-addressed store, hash-verified

39
40impl From<PromptValue> for Value {
41 fn from(value: PromptValue) -> Self {
42 value.to_value()
43 }
44}
45
46#[derive(Debug, Default, Deserialize)]

Callers

nothing calls this directly

Calls 1

to_valueMethod · 0.80

Tested by

no test coverage detected