Docs.rs
hypers_openapi-0.2.1
hypers_openapi 0.2.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
lo-ferris
Dependencies
hypers_macro ^0.6
normal
indexmap =2.2.6
normal
mime_guess =2.0.4
normal
rust-embed =8.3.0
normal
serde =1.0.201
normal
serde_json ^1.0.116
normal
assert-json-diff =2.0.2
dev
similar =2.5.0
dev
regex =1.10.4
build
zip =1.2.1
build
Versions
89.7%
of the crate is documented
Go to latest version
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
hypers_openapi
0.2.1
Path
Required Methods
path
path_item
Object Safety
Implementors
In crate hypers_openapi
Trait
hypers_openapi
::
Path
Copy item path
source
·
[
−
]
pub trait Path { // Required methods fn
path
() -> &'static
str
;
fn
path_item
() ->
PathItem
; }
Required Methods
§
source
fn
path
() -> &'static
str
source
fn
path_item
() ->
PathItem
Object Safety
§
This trait is
not
object safe
.
Implementors
§