Struct pulldown_cmark::html::Ctx[][src]

struct Ctx<'b, I> {
    iter: I,
    buf: &'b mut String,
    table_state: TableState,
    table_alignments: Vec<Alignment>,
    table_cell_index: usize,
}

Fields

Methods

impl<'a, 'b, I: Iterator<Item = Event<'a>>> Ctx<'b, I>
[src]

Auto Trait Implementations

impl<'b, I> Send for Ctx<'b, I> where
    I: Send

impl<'b, I> Sync for Ctx<'b, I> where
    I: Sync