pub struct MarkdownExtractor {}Implementations§
Trait Implementations§
Source§impl Extractor for MarkdownExtractor
impl Extractor for MarkdownExtractor
fn extract(&self, content: &str) -> Result<Vec<ParsedBlock>, ClipboardError>
Auto Trait Implementations§
impl Freeze for MarkdownExtractor
impl RefUnwindSafe for MarkdownExtractor
impl Send for MarkdownExtractor
impl Sync for MarkdownExtractor
impl Unpin for MarkdownExtractor
impl UnsafeUnpin for MarkdownExtractor
impl UnwindSafe for MarkdownExtractor
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