pub(crate) trait IntoRawCommandPart {
// Required method
fn into_raw_command_part(self) -> String;
}
Expand description
Helper trait to keep track of the string literals that mpv expects.
pub(crate) trait IntoRawCommandPart {
// Required method
fn into_raw_command_part(self) -> String;
}
Helper trait to keep track of the string literals that mpv expects.