pub trait ILogFileItem_Impl: Sized {
    // Required method
    fn Path(&self) -> Result<BSTR>;
}

Required Methods§

fn Path(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§