Docs.rs
hateoas-1.0.1
hateoas 1.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KatsuoRyuu
Dependencies
railsgun ^2.0.0
normal
serde ^1.0.143
normal
serde_derive ^1.0.143
normal
serde_with ^2.0.0
normal
uuid ^1.1.2
normal
serde_json ^1.0.83
dev
Versions
16.13%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ToHateoasResponse
hateoas
1.0.1
ToHateoas
Response
Required Methods
to_hateoas_response
Implementors
In crate hateoas
hateoas
Trait
ToHateoas
Response
Copy item path
Source
pub trait ToHateoasResponse<T> { // Required method fn
to_hateoas_response
(self) -> T; }
Required Methods
§
Source
fn
to_hateoas_response
(self) -> T
Implementors
§