MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / WebResponse

Class WebResponse

bin/src/error.rs:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51pub struct WebResponse<T>(pub T);
52
53impl IntoResponse for WebResponse<ServiceResponse> {
54 fn into_response(self) -> axum::response::Response {

Callers 4

create_boardFunction · 0.85
edit_boardFunction · 0.85
add_commentFunction · 0.85
edit_commentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected