Docs.rs
cached_network_image-1.0.0
cached_network_image 1.0.0
Docs.rs crate page
0BSD
Links
crates.io
Source
Owners
fireyy
Dependencies
anyhow ^1.0.65
normal
egui ^0.19.0
normal
egui_extras ^0.19.0
normal
flume ^0.10.14
normal
image ^0.24.3
normal
once_cell ^1.8.0
normal
rusqlite ^0.28.0
normal
serde ^1.0.144
normal
serde_json ^1.0.85
normal
tracing ^0.1.31
normal
ureq ^2.5.0
normal
uuid ^1.1.2
normal
directories ^4.0
dev
eframe ^0.19.0
dev
md5 ^0.7.0
dev
tracing-subscriber ^0.3
dev
Versions
0%
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
RequestPaint
cached_
network_
image
1.0.0
Request
Paint
Provided Methods
request_repaint
Implementations on Foreign Types
Context
Implementors
In crate cached_
network_
image
cached_network_image
Trait
Request
Paint
Copy item path
Source
pub trait RequestPaint:
Send
+
Sync
{ // Provided method fn
request_repaint
(&self) { ... } }
Provided Methods
§
Source
fn
request_repaint
(&self)
Implementations on Foreign Types
§
Source
§
impl
RequestPaint
for
Context
Source
§
fn
request_repaint
(&self)
Implementors
§
Source
§
impl
RequestPaint
for
NoopRepaint