Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
pub struct WebResponse<T>(pub T);
52
53
impl IntoResponse for WebResponse<ServiceResponse> {
54
fn into_response(self) -> axum::response::Response {
Callers
4
create_board
Function · 0.85
edit_board
Function · 0.85
add_comment
Function · 0.85
edit_comment
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected