mpvipc_async::core_api

Trait IntoRawCommandPart

Source
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.

Required Methods§

Implementors§