pub trait IWMWriterFileSink_Impl: Sized + IWMWriterSink_Impl {
    // Required method
    fn Open(&self, pwszfilename: &PCWSTR) -> Result<()>;
}

Required Methods§

fn Open(&self, pwszfilename: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§