Trait transip::Configuration
source · pub trait Configuration {
// Required methods
fn user_name(&self) -> &str;
fn private_key_pem_file(&self) -> &str;
fn token_path(&self) -> &str;
fn whitelisted_only(&self) -> bool;
fn read_only(&self) -> bool;
fn token_expiration(&self) -> TokenExpiration;
}