Docs.rs
poem-openapi-2.0.13
poem-openapi 2.0.13
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
base64 ^0.13.0
normal
bson ^2.0.0
normal
bytes ^1.1.0
normal
chrono ^0.4.19
normal
derive_more ^0.99.16
normal
email_address ^0.2.1
normal
futures-util ^0.3.17
normal
hostname-validator ^1.1.0
normal
humantime ^2.1.0
normal
mime ^0.3.16
normal
num-traits ^0.2.14
normal
poem ^1.3.43
normal
poem-openapi-derive ^2.0.13
normal
quick-xml ^0.23.0
normal
regex ^1.5.5
normal
rust_decimal ^1.22.0
normal
serde ^1.0.130
normal
serde_json ^1.0.68
normal
serde_urlencoded ^0.7.1
normal
serde_yaml ^0.9.0
normal
thiserror ^1.0.30
normal
time ^0.3.9
normal
tokio ^1.17.0
normal
url ^2.2.2
normal
uuid ^1.1.0
normal
poem ^1.3.43
dev
tokio ^1.17.0
dev
Versions
100%
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
☰
Example
Required Methods
example
Implementors
In poem_openapi::types
?
Trait
poem_openapi
::
types
::
Example
source
·
[
−
]
pub trait Example { fn
example
() -> Self; }
Expand description
Represents an example
Required Methods
source
fn
example
() -> Self
Returns the example object
Implementors