pub trait Metadata { // Required method fn metadata(&self, source: &mut dyn ReadSeek) -> Result<Vec<u8>>; }
Extension to read metadata from a table.
Read the metadata from the table.