Trait TableInlineFormatSetter

Source
pub trait TableInlineFormatSetter {
    // Required method
    fn set_table_inline_format(
        &mut self,
        table_inline_format: TableInlineFormat,
    );
}

Required Methods§

Source

fn set_table_inline_format(&mut self, table_inline_format: TableInlineFormat)

Implementors§