oro_config

Trait OroConfigLayerExt

Source
pub trait OroConfigLayerExt {
    // Required methods
    fn with_negations(self) -> Self;
    fn layered_args(
        &self,
        args: &mut Vec<OsString>,
        config: &OroConfig,
    ) -> Result<()>;
}

Required Methods§

Source

fn with_negations(self) -> Self

Source

fn layered_args( &self, args: &mut Vec<OsString>, config: &OroConfig, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§