pub trait ToTypedDataChunk<T: Archive> {
// Required method
fn to_typed_datachunk(&self) -> Result<TypedDataChunk<'static, T>>;
}
pub trait ToTypedDataChunk<T: Archive> {
// Required method
fn to_typed_datachunk(&self) -> Result<TypedDataChunk<'static, T>>;
}