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

Method deref

lambda-events/src/encodings/http.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149
150 #[inline]
151 fn deref(&self) -> &Self::Target {
152 self.as_ref()
153 }
154}
155
156impl AsRef<[u8]> for Body {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected