pub trait IntoConnectOptions {
// Required method
fn into_options(self) -> ConnectOptions;
}Expand description
A trait for converting types into ConnectOptions.
Required Methods§
Sourcefn into_options(self) -> ConnectOptions
fn into_options(self) -> ConnectOptions
Perform value-to-value conversion into ConnectOptions.