pub struct MarkdownCodeBlockExtractor {
pub language: Option<String>,
}Expand description
Extractor for Markdown code blocks
Fields§
§language: Option<String>Optional language to filter by (e.g., “rust”, “python”)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownCodeBlockExtractor
impl RefUnwindSafe for MarkdownCodeBlockExtractor
impl Send for MarkdownCodeBlockExtractor
impl Sync for MarkdownCodeBlockExtractor
impl Unpin for MarkdownCodeBlockExtractor
impl UnwindSafe for MarkdownCodeBlockExtractor
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