pub trait ConstHandle<T> {
    // Required method
    fn const_handle(&self) -> *const T;
}

Required Methods§

Implementors§