Skip to main content

ObsContextReplayExt

Trait ObsContextReplayExt 

Source
pub trait ObsContextReplayExt {
    // Required method
    fn replay_buffer_builder<T: Into<ObsString>, K: Into<ObsPath>>(
        &self,
        name: T,
        directory_path: K,
    ) -> ReplayBufferBuilder;
}
Expand description

Extension trait for ObsContext to create replay buffer builders

Required Methods§

Source

fn replay_buffer_builder<T: Into<ObsString>, K: Into<ObsPath>>( &self, name: T, directory_path: K, ) -> ReplayBufferBuilder

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 ObsContextReplayExt for ObsContext

Source§

fn replay_buffer_builder<T: Into<ObsString>, K: Into<ObsPath>>( &self, name: T, directory_path: K, ) -> ReplayBufferBuilder

Implementors§