Skip to main content

IntoFfprobeArg

Trait IntoFfprobeArg 

Source
pub trait IntoFfprobeArg<'a> {
    // Required method
    fn into_ffprobe_arg(self) -> Cow<'a, str>;
}

Required Methods§

Source

fn into_ffprobe_arg(self) -> Cow<'a, str>

Implementations on Foreign Types§

Source§

impl<'a> IntoFfprobeArg<'a> for &'a str

Source§

impl<'a> IntoFfprobeArg<'a> for &'a Path

Source§

impl<'a> IntoFfprobeArg<'a> for String

Source§

impl<'a> IntoFfprobeArg<'a> for PathBuf

Source§

impl<'a> IntoFfprobeArg<'a> for Url

Implementors§