pub trait ObsContextSimpleExt {
// Required method
fn simple_output_builder<K: Into<ObsPath>, T: Into<ObsString>>(
&self,
name: T,
path: K,
) -> SimpleOutputBuilder;
}Required Methods§
fn simple_output_builder<K: Into<ObsPath>, T: Into<ObsString>>( &self, name: T, path: K, ) -> SimpleOutputBuilder
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.