pub trait ThinBufferMethods: Send + Sync { // Required methods fn data(&self) -> &[u8] ⓘ; fn thin_link_data(&self) -> &[u8] ⓘ; }