Skip to main content

ICertificateHandler

Trait ICertificateHandler 

Source
pub trait ICertificateHandler: IObject {
    // Provided methods
    fn m_ptr(self) -> IntPtr { ... }
    fn set_m_ptr(self, value: IntPtr) { ... }
}

Provided Methods§

Source

fn m_ptr(self) -> IntPtr

Source

fn set_m_ptr(self, value: IntPtr)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§