pub trait EofContainer { // Required method fn eof_container(&self, index: usize) -> Option<&Bytes>; }