Struct org_rust_exporter::Html
source · pub struct Html<'buf> { /* private fields */ }
Expand description
HTML Content Exporter
Trait Implementations§
source§impl<'buf> Exporter<'buf> for Html<'buf>
impl<'buf> Exporter<'buf> for Html<'buf>
source§fn export(input: &str) -> Result<String, Error>
fn export(input: &str) -> Result<String, Error>
Writes the AST generated from the input into a
String
.source§fn export_buf<'inp, T: Write>(input: &'inp str, buf: &'buf mut T) -> Result
fn export_buf<'inp, T: Write>(input: &'inp str, buf: &'buf mut T) -> Result
Writes the AST generated from the input into a buffer that implements
Write
.fn export_tree<'inp, T: Write>(parsed: &Parser<'_>, buf: &'buf mut T) -> Result
Auto Trait Implementations§
impl<'buf> Freeze for Html<'buf>
impl<'buf> !RefUnwindSafe for Html<'buf>
impl<'buf> !Send for Html<'buf>
impl<'buf> !Sync for Html<'buf>
impl<'buf> Unpin for Html<'buf>
impl<'buf> !UnwindSafe for Html<'buf>
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