pub struct MarkdownLoader { /* private fields */ }Expand description
Loads a markdown file, preserving original content.
Reads the markdown file and returns it as a single Document.
Metadata includes source (the file path) and format: "markdown".
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownLoader
impl RefUnwindSafe for MarkdownLoader
impl Send for MarkdownLoader
impl Sync for MarkdownLoader
impl Unpin for MarkdownLoader
impl UnsafeUnpin for MarkdownLoader
impl UnwindSafe for MarkdownLoader
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