pub trait TxPointer {
// Required methods
fn tx_pointer(&self) -> &TxPointer ⓘ;
fn tx_pointer_mut(&mut self) -> &mut TxPointer ⓘ;
fn tx_pointer_static() -> usize;
// Provided method
fn tx_pointer_offset(&self) -> usize { ... }
}