pub trait OroConfigLayerExt {
// Required methods
fn with_negations(self) -> Self;
fn layered_args(
&self,
args: &mut Vec<OsString>,
config: &OroConfig,
) -> Result<()>;
}
Required Methods§
fn with_negations(self) -> Self
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.