Error

Trait Error 

Source
pub trait Error: 'static { }
Expand description

Marker trait for error compatible types

This is blanket implemented for all types that satisfies it.

Implementors§

Source§

impl<T: 'static> Error for T