Skip to main content

ConnectionsError

Type Alias ConnectionsError 

Source
pub type ConnectionsError = Box<dyn Error + Send + Sync>;
Expand description

Carries an error returned while serving connections.

Aliased Typeยง

pub struct ConnectionsError(/* private fields */);