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

Method serialize

crates/cargo-lambda-build/src/zig.rs:123–128  ·  view source on GitHub ↗
(&self, serializer: S)

Source from the content-addressed store, hash-verified

121
122impl serde::Serialize for InstallOption {
123 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
124 where
125 S: serde::Serializer,
126 {
127 serializer.serialize_str(self.usage())
128 }
129}
130
131impl std::fmt::Display for InstallOption {

Callers

nothing calls this directly

Calls 1

usageMethod · 0.80

Tested by

no test coverage detected