Docs.rs
signalr-client-0.1.1
signalr-client 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
danielleiszen
Dependencies
base64 ^0.22.1
normal
console_error_panic_hook ^0.1.7
normal
console_log ^1.0.0
normal
ehttp ^0.5.0
normal
futures ^0.3.31
normal
log ^0.4.26
normal
serde ^1.0.218
normal
serde_json ^1.0.139
normal
serde_repr ^0.1.19
normal
test-log ^0.2.17
normal
http ^1
normal
tokio ^1.43.0
normal
tokio-native-tls ^0.3.1
normal
tokio-websockets ^0.11.3
normal
async-std ^1.13.0
normal
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4.50
normal
wasm-sockets ^1.0.0
normal
wasm-timer ^0.2.5
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
signalr_
client
0.1.1
Callback
Handler
Required Methods
unregister
Implementors
In crate signalr_
client
signalr_client
Trait
CallbackHandler
Copy item path
Source
pub trait CallbackHandler { // Required method fn
unregister
(self); }
Required Methods
§
Source
fn
unregister
(self)
Implementors
§