Trait wgpu::core::error::PrettyError

pub trait PrettyError: Error + Sized {
    // Provided method
    fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>) { ... }
}
Available on wgpu_core only.

Provided Methods§

fn fmt_pretty(&self, fmt: &mut ErrorFormatter<'_>)

Object Safety§

This trait is not object safe.

Implementors§