pub trait IKsPinFactory_Impl: Sized {
    // Required method
    fn KsPinFactory(&self) -> Result<u32>;
}

Required Methods§

fn KsPinFactory(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§