Trait Problem

Source
pub trait Problem: Debug + Display { }

Implementors§

Source§

impl<P> Problem for P
where P: Debug + Display,