pub trait BufferMap: 'static + Debug + Send + Sync { // Required method fn get(&self, id: u64, channel: u64) -> Buffer<'_>; }