reqwest_cross

Trait ErrorBounds

Source
pub trait ErrorBounds:
    Display
    + Send
    + Sync
    + 'static
    + Debug { }
Expand description

Provides a common way to specify the bounds errors are expected to meet

Implementors§

Source§

impl<T: Display + Send + Sync + 'static + Debug> ErrorBounds for T