table_info

Function table_info 

Source
pub fn table_info<P: AsRef<Path>>(dir: P) -> Result<Option<TableInfo>>
Expand description

Get information about the table at path dir if one exists. If no table info is found, or dir is actually a file, Ok(None) is returned.