Skip to main content

RuntimeErrorService

Trait RuntimeErrorService 

Source
pub trait RuntimeErrorService {
    // Required method
    fn report(&self, error: &RuntimeError);
}

Required Methods§

Source

fn report(&self, error: &RuntimeError)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§