pub trait AppendPositionSupport { type O; // Required method fn with_append_position(self, append_position: u32) -> Self::O; }