diagnostics_data

Trait MetadataError

Source
pub trait MetadataError {
    // Required methods
    fn dropped_payload() -> Self;
    fn message(&self) -> Option<&str>;
}

Required Methods§

Source

fn dropped_payload() -> Self

Source

fn message(&self) -> Option<&str>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§