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)
Provided Methods§
Implementations on Foreign Types§
Source§impl<T: BlockItemStyle> BlockItemStyle for &T
Available on crate feature block_layout
only.
impl<T: BlockItemStyle> BlockItemStyle for &T
Available on crate feature
block_layout
only.Implementors§
impl BlockItemStyle for Style
Available on crate feature
block_layout
only.