Trait wgpu_core::error::PrettyError
source · pub trait PrettyError: Error + Sized {
// Provided method
fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>) { ... }
}
Provided Methods§
fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>)
Object Safety§
This trait is not object safe.