pub trait AnyIndexedVec: AnyVec {
// Required methods
fn height(&self) -> Result<Height>;
fn flush(&mut self, height: Height) -> Result<()>;
}pub trait AnyIndexedVec: AnyVec {
// Required methods
fn height(&self) -> Result<Height>;
fn flush(&mut self, height: Height) -> Result<()>;
}