MCPcopy Create free account
hub / github.com/actix/examples / BodyTest

Interface BodyTest

forms/form/src/main.rs:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 use super::*;
85
86 trait BodyTest {
87 fn as_str(&self) -> &str;
88 }
89
90 impl BodyTest for Bytes {
91 fn as_str(&self) -> &str {

Callers

nothing calls this directly

Implementers 1

main.rsforms/form/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected