Docs.rs
bloom-web-0.1.0
bloom-web 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
matusmesko
Dependencies
actix-web ^4.11.0
normal
anyhow ^1.0
normal
bloom-web-core ^0.1.0
normal
bloom-web-macros ^0.1.0
normal
chrono ^0.4
normal
inventory ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
sqlx ^0.8
normal
utoipa ^4.2.3
normal
chrono ^0.4
dev
env_logger ^0.10
dev
serde ^1.0
dev
serde_json ^1.0
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
ResourcePath
bloom_
web
0.1.0
Resource
Path
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Implementors
In bloom_
web::
actix_
web::
dev
bloom_web
::
actix_web
::
dev
Trait
Resource
Path
Copy item path
Source
pub trait ResourcePath { // Required method fn
path
(&self) -> &
str
; }
Required Methods
§
Source
fn
path
(&self) -> &
str
Implementations on Foreign Types
§
Source
§
impl
ResourcePath
for
String
Source
§
fn
path
(&self) -> &
str
Source
§
impl
ResourcePath
for
ByteString
Source
§
fn
path
(&self) -> &
str
Source
§
impl<'a>
ResourcePath
for &'a
str
Source
§
fn
path
(&self) -> &
str
Implementors
§
Source
§
impl
ResourcePath
for
Uri
Source
§
impl
ResourcePath
for
Url