pub type Margin = Sides<Indent>;Expand description
Margin represent a 4 indents of table as a whole.
Aliased Type§
struct Margin {
pub top: Indent,
pub bottom: Indent,
pub left: Indent,
pub right: Indent,
}Fields§
§top: IndentTop side.
bottom: IndentBottom side.
left: IndentLeft side.
right: IndentRight side.