pub unsafe trait SetData: Sized {
// Required method
fn get_format() -> Format;
}
Expand description
This trait describes which types are allowed to be passed to setter mpv APIs.
Required Methods§
fn get_format() -> Format
Object Safety§
This trait is not object safe.