Docs.rs
yew-0.19.3
yew 0.19.3
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
DenisKolodin
cecton
jstarry
siku2
Dependencies
console_error_panic_hook ^0.1
normal
gloo ^0.4
normal
gloo-utils ^0.1.0
normal
indexmap ^1
normal
js-sys ^0.3
normal
scoped-tls-hkt ^0.1
normal
slab ^0.4
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
yew-macro ^0.19.0
normal
easybench-wasm ^0.2
dev
wasm-bindgen-test ^0.3
dev
Versions
98.21%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
x86_64-apple-darwin
i686-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Html
Other items in
yew
::
html
?
Type Definition
yew
::
html
::
Html
[
−
]
[src]
pub type Html =
VNode
;
Expand description
A type which expected as a result of
view
function implementation.