pub trait MpvFormat: Sized {
const MPV_FORMAT: Format;
}
Expand description
Defines a type understood by mpv.
Required Associated Constants§
Sourceconst MPV_FORMAT: Format
const MPV_FORMAT: Format
Defines the mpv_format
used with mpv when transferring and requesting data.
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.