Docs.rs
robespierre-0.3.1
robespierre 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dnbln
Dependencies
async-std ^1
normal
async-trait ^0.1
normal
futures ^0.3
normal
robespierre-cache ^0.3.0
normal
optional
robespierre-events ^0.3.0
normal
optional
robespierre-fw-macros ^0.3.0
normal
optional
robespierre-http ^0.3.0
normal
robespierre-models ^0.3.0
normal
rusty_ulid ^0.11
normal
smallvec ^1
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
typemap ^0.3
normal
doc-comment ^0.3
dev
tracing-subscriber ^0.2
dev
Versions
17.74%
of the crate is documented
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
HasHttp
robespierre
0.3.1
HasHttp
Required Methods
get_http
Implementations on Foreign Types
Http
Implementors
In crate robespierre
robespierre
Trait
HasHttp
Copy item path
Source
pub trait HasHttp:
Send
+
Sync
{ // Required method fn
get_http
(&self) -> &
Http
; }
Required Methods
§
Source
fn
get_http
(&self) -> &
Http
Implementations on Foreign Types
§
Source
§
impl
HasHttp
for
Http
Source
§
fn
get_http
(&self) -> &
Http
Implementors
§
Source
§
impl
HasHttp
for
FwContext
Source
§
impl
HasHttp
for
Context