Skip to main content

ENVClient

Trait ENVClient 

Source
pub trait ENVClient: Send + Sync {
    // Required method
    fn get(&self, key: &str) -> Option<String>;
}
Expand description

ENVクライアント 環境変数取得

Required Methods§

Source

fn get(&self, key: &str) -> Option<String>

環境変数を取得

Implementors§