Skip to main content

ConnectionConfigLoader

Type Alias ConnectionConfigLoader 

Source
pub type ConnectionConfigLoader = Rc<dyn Fn(ConnectContext) -> LocalBoxFuture<'static, Result<ConnectionConfig, String>>>;
Expand description

Async callback that refreshes connection parameters and authentication.

Aliased Typeยง

pub struct ConnectionConfigLoader { /* private fields */ }