Docs.rs
anyrender-0.6.2
anyrender 0.6.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nicoburns
Dependencies
kurbo ^0.12
normal
peniko ^0.5.0
normal
raw-window-handle ^0.6.0
normal
Versions
48.08%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
WasmNotSend
anyrender
0.6.2
Wasm
NotSend
Implementors
In anyrender::
wasm_
send_
sync
anyrender
::
wasm_send_sync
Trait
Wasm
NotSend
Copy item path
Source
pub trait WasmNotSend:
Send
{ }
Expand description
Trait that implies
Send
on non-wasm platforms
Implementors
§
Source
§
impl<T:
Send
>
WasmNotSend
for T
Available on
non-WebAssembly
only.