Skip to main content

OnReconnecting

Type Alias OnReconnecting 

Source
pub type OnReconnecting = Arc<dyn Fn(u32) + Send + Sync>;
Expand description

Callback invoked on reconnection attempt (receives attempt number)

Aliased Typeยง

pub struct OnReconnecting { /* private fields */ }