pub struct MarkdownTableParser;Expand description
Markdown table parser
Implementations§
Source§impl MarkdownTableParser
impl MarkdownTableParser
Sourcepub fn parse(&self, markdown: &str) -> RragResult<Vec<ExtractedTable>>
pub fn parse(&self, markdown: &str) -> RragResult<Vec<ExtractedTable>>
Parse Markdown tables
Auto Trait Implementations§
impl Freeze for MarkdownTableParser
impl RefUnwindSafe for MarkdownTableParser
impl Send for MarkdownTableParser
impl Sync for MarkdownTableParser
impl Unpin for MarkdownTableParser
impl UnwindSafe for MarkdownTableParser
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