Docs.rs
comfy-wgpu-0.1.0
comfy-wgpu 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
darthdeus
Dependencies
bytemuck ^1.12
normal
comfy-core ^0.1.0
normal
egui ^0.22.0
normal
egui-wgpu ^0.22.0
normal
egui-winit ^0.22.0
normal
futures-intrusive ^0.5.0
normal
image ^0.24
normal
wgpu ^0.16.0
normal
wgpu-types ^0.16.0
normal
winit ^0.28.3
normal
web-sys ^0.3
normal
wgpu ^0.16.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
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
☰
ErrorHandlingExtensions
Required Methods
log_err
Implementors
In comfy_wgpu
?
Trait
comfy_wgpu
::
ErrorHandlingExtensions
source
·
[
−
]
pub trait ErrorHandlingExtensions { // Required method fn
log_err
(&self); }
Required Methods
§
source
fn
log_err
(&self)
Implementors
§
source
§
impl<T>
ErrorHandlingExtensions
for
Option
<T>
source
§
impl<T, E>
ErrorHandlingExtensions
for
Result
<T, E>
where E:
Debug
,