pub struct PlaintextParser;Expand description
Trivial parser: everything is prose, blank lines are preserved.
Trait Implementations§
Source§impl FormatParser for PlaintextParser
impl FormatParser for PlaintextParser
Auto Trait Implementations§
impl Freeze for PlaintextParser
impl RefUnwindSafe for PlaintextParser
impl Send for PlaintextParser
impl Sync for PlaintextParser
impl Unpin for PlaintextParser
impl UnsafeUnpin for PlaintextParser
impl UnwindSafe for PlaintextParser
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