pub struct PostParser { /* private fields */ }
Implementations§
Source§impl PostParser
impl PostParser
pub fn new(markdown_text: &str) -> PostParser
pub fn parse_header(&self) -> Value
pub fn parse_md(&self) -> String
Auto Trait Implementations§
impl Freeze for PostParser
impl RefUnwindSafe for PostParser
impl Send for PostParser
impl Sync for PostParser
impl Unpin for PostParser
impl UnwindSafe for PostParser
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