[][src]Trait nu_cli::config::Conf

pub trait Conf: Send + Debug {
    fn env(&self) -> Option<Value>;
fn path(&self) -> Option<Value>;
fn reload(&self);
fn clone_box(&self) -> Box<dyn Conf + 'static>; }

Required methods

fn env(&self) -> Option<Value>

fn path(&self) -> Option<Value>

fn reload(&self)

fn clone_box(&self) -> Box<dyn Conf + 'static>

Loading content...

Implementations on Foreign Types

impl Conf for Box<dyn Conf + 'static>[src]

Loading content...

Implementors

impl Conf for NuConfig[src]

impl Conf for FakeConfig[src]

Loading content...