pub struct Scribe<'a> { /* private fields */ }Expand description
Renders folios, carrying the decisions a render depends on: how markdown becomes HTML, how code gets highlighted, and which zone timestamps read in.
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Scribe<'a>
impl<'a> !UnwindSafe for Scribe<'a>
impl<'a> Freeze for Scribe<'a>
impl<'a> Send for Scribe<'a>
impl<'a> Sync for Scribe<'a>
impl<'a> Unpin for Scribe<'a>
impl<'a> UnsafeUnpin for Scribe<'a>
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