[][src]Trait hdbconnect::IntoConnectParams

pub trait IntoConnectParams {
    fn into_connect_params(self) -> HdbResult<ConnectParams>;
}

A trait implemented by types that can be converted into a ConnectParams.

Required methods

fn into_connect_params(self) -> HdbResult<ConnectParams>

Converts the value of self into a ConnectParams.

Loading content...

Implementations on Foreign Types

impl<'a> IntoConnectParams for &'a str[src]

impl IntoConnectParams for String[src]

impl IntoConnectParams for Url[src]

Loading content...

Implementors

Loading content...