Docs.rs
pecs-0.6.0
pecs 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jkb0o
Dependencies
bevy ^0.13
normal
pecs_core ^0.6.0
normal
pecs_http ^0.6.0
normal
pecs_macro ^0.4.0
normal
Versions
80%
of the crate is documented
Platform
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
HttpOpsExtension
pecs
0.6.0
Http
OpsExtension
Required Methods
http
Implementors
In pecs::
http
pecs
::
http
Trait
Http
OpsExtension
Copy item path
Source
pub trait HttpOpsExtension<S> { // Required method fn
http
(self) ->
Http
<S>; }
Required Methods
§
Source
fn
http
(self) ->
Http
<S>
Implementors
§
Source
§
impl<S>
HttpOpsExtension
<S> for
AsynOps
<S>