pub trait ENVClient: Send + Sync { // Required method fn get(&self, key: &str) -> Option<String>; }
ENVクライアント 環境変数取得
環境変数を取得