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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".