Trait hdbconnect_impl::IntoConnectParams
source · pub trait IntoConnectParams {
// Required method
fn into_connect_params(self) -> HdbResult<ConnectParams>;
}Expand description
A trait implemented by types that can be converted into a ConnectParams.
Required Methods§
sourcefn into_connect_params(self) -> HdbResult<ConnectParams>
fn into_connect_params(self) -> HdbResult<ConnectParams>
Converts the value of self into a ConnectParams.
Errors
HdbError::Usage if not enough or inconsistent information was provided