pub trait BlockItemStyle: CoreStyle {
// Provided method
fn is_table(&self) -> bool { ... }
}
Expand description
The set of styles required for a Block layout item (child of a Block container)
pub trait BlockItemStyle: CoreStyle {
// Provided method
fn is_table(&self) -> bool { ... }
}
The set of styles required for a Block layout item (child of a Block container)