Skip to main content

ObsContextSimpleExt

Trait ObsContextSimpleExt 

Source
pub trait ObsContextSimpleExt {
    // Required method
    fn simple_output_builder<K: Into<ObsPath>, T: Into<ObsString>>(
        &self,
        name: T,
        path: K,
    ) -> SimpleOutputBuilder;
}

Required Methods§

Source

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.

Implementations on Foreign Types§

Source§

impl ObsContextSimpleExt for ObsContext

Source§

fn simple_output_builder<K: Into<ObsPath>, T: Into<ObsString>>( &self, name: T, path: K, ) -> SimpleOutputBuilder

Implementors§