Trait hff_std::Metadata

source ·
pub trait Metadata {
    // Required method
    fn metadata(&self, source: &mut dyn ReadSeek) -> Result<Vec<u8>>;
}
Expand description

Extension to read metadata from a table.

Required Methods§

source

fn metadata(&self, source: &mut dyn ReadSeek) -> Result<Vec<u8>>

Read the metadata from the table.

Implementations on Foreign Types§

source§

impl<'a> Metadata for TableView<'a>

source§

fn metadata(&self, source: &mut dyn ReadSeek) -> Result<Vec<u8>>

Implementors§