Docs.rs
soap_tools-0.0.13
soap_tools 0.0.13
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
cowbear6598
Dependencies
actix-web ^4.3.1
normal
jsonwebtoken ^8.3.0
normal
serde ^1.0.164
normal
serde_json ^1.0.96
normal
tokio ^1
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
soap_
tools
0.0.13
In soap_
tools::
database::
controllers::
response
Functions
create_response
response_empty_ok
response_error
response_exception
response_ok
soap_tools
::
database
::
controllers
::
response
Function
response_ok
Copy item path
Settings
Help
Summary
Source
pub fn response_ok<T:
Serialize
>(data: T) ->
HttpResponse