Struct dbkit_engine::table::TableAppender [] [src]

pub struct TableAppender<'alloc: 't, 't> {
    // some fields omitted
}

TableAppender is a convenient way to programmatically build a Table/Block.

TableAppender assumes that the Table owns the Block. If the Table does not own the block (eg. it was been taken) then the use of TableAppender will result in a panic!

Methods

impl<'alloc, 't> TableAppender<'alloc, 't>
[src]

Result of append operation