Trait postgresql_commands::traits::Settings

source ·
pub trait Settings {
    // Required methods
    fn get_binary_dir(&self) -> PathBuf;
    fn get_host(&self) -> OsString;
    fn get_port(&self) -> u16;
    fn get_username(&self) -> OsString;
    fn get_password(&self) -> OsString;
}
Expand description

Interface for PostgreSQL settings

Required Methods§

Implementors§