Docs.rs
ss-web-utils-0.1.1
ss-web-utils 0.1.1
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
colbyn
Dependencies
cached ^0.8.0
normal
either ^1.5.2
normal
js-sys ^0.3.20
normal
serde ^1.0.89
normal
serde_json ^1.0.39
normal
wasm-bindgen ^0.2.43
normal
web-sys ^0.3.20
normal
Versions
0.97%
of the crate is documented
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
ss_
web_
utils
0.1.1
Callback
Required Methods
as_js_function
Implementors
In ss_
web_
utils::
dom
ss_web_utils
::
dom
Trait
Callback
Copy item path
Source
pub trait Callback { // Required method fn
as_js_function
(&self) -> &
Function
; }
Required Methods
§
Source
fn
as_js_function
(&self) -> &
Function
Implementors
§
Source
§
impl
Callback
for
QueueCallback
Source
§
impl
Callback
for
VoidCallback
Source
§
impl<Msg>
Callback
for
EventCallback
<Msg>