Docs.rs
nakama-rs-0.1.1
nakama-rs 0.1.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
crates.io
Source
Owners
not-fl3
Dependencies
base64 ^0.13
normal
nanoserde ^0.1
normal
quad-net ^0.1.1
normal
Versions
26.49%
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
AsyncRequestTick
nakama_
rs
0.1.1
Async
Request
Tick
Required Methods
tick
Implementors
In nakama_
rs::
async_
client
nakama_rs
::
async_client
Trait
Async
Request
Tick
Copy item path
Source
pub trait AsyncRequestTick { // Required method fn
tick
(&mut self) ->
bool
; }
Required Methods
§
Source
fn
tick
(&mut self) ->
bool
Implementors
§
Source
§
impl<T:
DeJson
>
AsyncRequestTick
for
AsyncRequest
<T>