[][src]Trait better_web_view::CustomError

pub trait CustomError: Display + Debug + Send + Sync + 'static { }

Implementors

impl<T: Display + Debug + Send + Sync + 'static> CustomError for T[src]

Loading content...