pub struct ProcessedMarkdown { /* private fields */ }Expand description
The result of processing a markdown file.
Implementations§
Source§impl ProcessedMarkdown
impl ProcessedMarkdown
pub fn html(&self) -> AId<Node>
pub fn meta(&self) -> &MarkdownMeta
pub fn fixed_html(&self, html: &HtmlAllocator) -> Result<AId<Node>>
Auto Trait Implementations§
impl Freeze for ProcessedMarkdown
impl RefUnwindSafe for ProcessedMarkdown
impl Send for ProcessedMarkdown
impl Sync for ProcessedMarkdown
impl Unpin for ProcessedMarkdown
impl UnwindSafe for ProcessedMarkdown
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