pub trait INetRasConnectionIpUiInfo_Impl: Sized {
    // Required method
    fn GetUiInfo(&self, pinfo: *mut RASCON_IPUI) -> Result<()>;
}

Required Methods§

fn GetUiInfo(&self, pinfo: *mut RASCON_IPUI) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§