Skip to main content

VideoExt

Trait VideoExt 

Source
pub trait VideoExt<R: Runtime> {
    // Required method
    fn video(&self) -> State<'_, Video<R>>;
}
Expand description

Extensions to Tauri managers for accessing the video plugin state from Rust.

Required Methods§

Source

fn video(&self) -> State<'_, Video<R>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> VideoExt<R> for T