pub trait IDShowPlugin_Impl: Sized {
    // Required methods
    fn URL(&self, purl: *mut BSTR) -> Result<()>;
    fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>;
}

Required Methods§

fn URL(&self, purl: *mut BSTR) -> Result<()>

fn UserAgent(&self, puseragent: *mut BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§