pub trait PointerDataExt: Send + Sync {
    // Required method
    fn pointer_data(&self) -> &PointerData;
}

Required Methods§

Implementors§