pub struct CsvTableParser { /* private fields */ }Expand description
CSV table parser
Implementations§
Source§impl CsvTableParser
impl CsvTableParser
Sourcepub fn parse(&self, csv: &str) -> RragResult<ExtractedTable>
pub fn parse(&self, csv: &str) -> RragResult<ExtractedTable>
Parse CSV content
Auto Trait Implementations§
impl Freeze for CsvTableParser
impl RefUnwindSafe for CsvTableParser
impl Send for CsvTableParser
impl Sync for CsvTableParser
impl Unpin for CsvTableParser
impl UnwindSafe for CsvTableParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more