[][src]Trait nu_engine::Env

pub trait Env: Debug + Send {
    fn env(&self) -> Option<Value>;
fn path(&self) -> Option<Value>;
fn add_env(&mut self, key: &str, value: &str);
fn add_path(&mut self, new_path: OsString); }

Required methods

fn env(&self) -> Option<Value>[src]

fn path(&self) -> Option<Value>[src]

fn add_env(&mut self, key: &str, value: &str)[src]

fn add_path(&mut self, new_path: OsString)[src]

Loading content...

Implementations on Foreign Types

impl Env for Box<dyn Env>[src]

Loading content...

Implementors

Loading content...